diff options
Diffstat (limited to 'clang/test/OpenMP/for_reduction_codegen_UDR.cpp')
-rw-r--r-- | clang/test/OpenMP/for_reduction_codegen_UDR.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/clang/test/OpenMP/for_reduction_codegen_UDR.cpp b/clang/test/OpenMP/for_reduction_codegen_UDR.cpp index da384294e23..699e06dda85 100644 --- a/clang/test/OpenMP/for_reduction_codegen_UDR.cpp +++ b/clang/test/OpenMP/for_reduction_codegen_UDR.cpp @@ -2,7 +2,6 @@ // RUN: %clang_cc1 -fopenmp -x c++ -std=c++11 -triple x86_64-apple-darwin10 -emit-pch -o %t %s // RUN: %clang_cc1 -fopenmp -x c++ -triple x86_64-apple-darwin10 -std=c++11 -include-pch %t -verify %s -emit-llvm -o - | FileCheck %s // expected-no-diagnostics -// REQUIRES: x86-registered-target #ifndef HEADER #define HEADER |