summaryrefslogtreecommitdiffstats
path: root/clang/test/Modules/lookup.cpp
diff options
context:
space:
mode:
authorDouglas Gregor <dgregor@apple.com>2011-08-27 00:29:32 +0000
committerDouglas Gregor <dgregor@apple.com>2011-08-27 00:29:32 +0000
commite89397ac1eac3d6d28ee7db1e3f65858a26fd002 (patch)
tree312f8b3abc907b0267957a185248e3ea3be5a922 /clang/test/Modules/lookup.cpp
parent472f85d86b0e18493ee99c72a0a60eebe05b3c12 (diff)
downloadbcm5719-llvm-e89397ac1eac3d6d28ee7db1e3f65858a26fd002.tar.gz
bcm5719-llvm-e89397ac1eac3d6d28ee7db1e3f65858a26fd002.zip
XFAIL one of the module tests on win32, until we figure out what's happening
llvm-svn: 138688
Diffstat (limited to 'clang/test/Modules/lookup.cpp')
-rw-r--r--clang/test/Modules/lookup.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/clang/test/Modules/lookup.cpp b/clang/test/Modules/lookup.cpp
index cae66211caf..a283eb9e6ef 100644
--- a/clang/test/Modules/lookup.cpp
+++ b/clang/test/Modules/lookup.cpp
@@ -18,6 +18,7 @@ void test(int i, float f) {
// RUN: %clang_cc1 -emit-module -x c++ -o %T/lookup_right_cxx.pcm %S/Inputs/lookup_right.hpp
// RUN: %clang_cc1 -x c++ -I %T %s -verify
// RUN: %clang_cc1 -ast-print -x c++ -I %T %s | FileCheck -check-prefix=CHECK-PRINT %s
+// XFAIL: win32
// CHECK-PRINT: int *f0(int *);
// CHECK-PRINT: float *f0(float *);
OpenPOWER on IntegriCloud