diff options
Diffstat (limited to 'clang/test/OpenMP/taskloop_firstprivate_codegen.cpp')
-rw-r--r-- | clang/test/OpenMP/taskloop_firstprivate_codegen.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/OpenMP/taskloop_firstprivate_codegen.cpp b/clang/test/OpenMP/taskloop_firstprivate_codegen.cpp index d6886e39133..822a5c687dc 100644 --- a/clang/test/OpenMP/taskloop_firstprivate_codegen.cpp +++ b/clang/test/OpenMP/taskloop_firstprivate_codegen.cpp @@ -7,7 +7,7 @@ // expected-no-diagnostics // REQUIRES: x86-registered-target // It doesn't pass on win32. -// XFAIL: win32 +// REQUIRES: shell #ifndef ARRAY #ifndef HEADER #define HEADER |