test/CodeGenCXX/2003-11-25-ReturningOpaqueByValue.cpp: Mark XFAIL: win32.

FIXME: Avoid using system headers. clang cannot handle MS <vector> yet.
llvm-svn: 138190
This commit is contained in:
NAKAMURA Takumi 2011-08-20 05:38:29 +00:00
parent b36fc536d2
commit d0dc49e640
1 changed files with 2 additions and 0 deletions

View File

@ -1,5 +1,7 @@
// RUN: %clang_cc1 -emit-llvm %s -o -
// FIXME: Avoid using system headers. clang cannot handle MS <vector> yet.
// XFAIL: win32
#include <vector>
std::vector<int> my_method ();