summaryrefslogtreecommitdiffstats
path: root/clang/test/OpenMP/task_private_codegen.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'clang/test/OpenMP/task_private_codegen.cpp')
-rw-r--r--clang/test/OpenMP/task_private_codegen.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/clang/test/OpenMP/task_private_codegen.cpp b/clang/test/OpenMP/task_private_codegen.cpp
index 17b0de16a1c..32303cd600a 100644
--- a/clang/test/OpenMP/task_private_codegen.cpp
+++ b/clang/test/OpenMP/task_private_codegen.cpp
@@ -13,8 +13,6 @@
// RUN: %clang_cc1 -verify -fopenmp-simd -x c++ -std=c++11 -DARRAY -triple x86_64-apple-darwin10 -emit-llvm %s -o - | FileCheck --check-prefix SIMD-ONLY0 %s
// SIMD-ONLY0-NOT: {{__kmpc|__tgt}}
// expected-no-diagnostics
-// It doesn't pass on win32. Investigating.
-// REQUIRES: shell
#ifndef ARRAY
#ifndef HEADER
OpenPOWER on IntegriCloud