aboutsummaryrefslogtreecommitdiff
path: root/test/Modules/lookup.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/Modules/lookup.cpp')
-rw-r--r--test/Modules/lookup.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/Modules/lookup.cpp b/test/Modules/lookup.cpp
index a283eb9e6e..cae66211ca 100644
--- a/test/Modules/lookup.cpp
+++ b/test/Modules/lookup.cpp
@@ -18,7 +18,6 @@ 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 *);