summaryrefslogtreecommitdiff
path: root/test/OpenMP/taskloop_firstprivate_codegen.cpp
diff options
context:
space:
mode:
authorReid Kleckner <rnk@google.com>2019-09-10 20:15:45 +0000
committerReid Kleckner <rnk@google.com>2019-09-10 20:15:45 +0000
commit493d72dc01b84923be7837e02b8239a618f19ba3 (patch)
treec1b11536e8cafddb08a2dd988c022942ece720c3 /test/OpenMP/taskloop_firstprivate_codegen.cpp
parent744ff96f70c6261a92dc496d34310f182e9c27d0 (diff)
downloadclang-493d72dc01b84923be7837e02b8239a618f19ba3.tar.gz
Re-land Remove REQUIRES:shell from tests that pass for me on Windows
This reverts r371497 (git commit 3d7e9ab7b9f8c53aa41420c54970f0fb421004a2) Reorder `not` with `env` in these two tests so they pass: Driver/rewrite-map-in-diagnostics.c Index/crash-recovery-modules.m. This will not be necessary after D66531 lands. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@371552 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/OpenMP/taskloop_firstprivate_codegen.cpp')
-rw-r--r--test/OpenMP/taskloop_firstprivate_codegen.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/test/OpenMP/taskloop_firstprivate_codegen.cpp b/test/OpenMP/taskloop_firstprivate_codegen.cpp
index 0aa9f3e696..64723814ab 100644
--- a/test/OpenMP/taskloop_firstprivate_codegen.cpp
+++ b/test/OpenMP/taskloop_firstprivate_codegen.cpp
@@ -13,8 +13,7 @@
// 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.
-// REQUIRES: shell
+
#ifndef ARRAY
#ifndef HEADER
#define HEADER