]> granicus.if.org Git - clang/commitdiff
Disable test fully with REQUIRES
authorAlp Toker <alp@nuanti.com>
Tue, 5 Nov 2013 13:27:19 +0000 (13:27 +0000)
committerAlp Toker <alp@nuanti.com>
Tue, 5 Nov 2013 13:27:19 +0000 (13:27 +0000)
Third time's the charm, sorry for the noise.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@194076 91177308-0d34-0410-b5e6-96231b3b80d8

test/OpenMP/threadprivate_ast_print.cpp

index 8e61704998f3a2fc04c343175ed71201137636c4..72bf6f4077eb902781ed7a47f164868280f991a4 100644 (file)
@@ -1,8 +1,9 @@
 // RUN: %clang_cc1 -verify -fopenmp -ast-print %s | FileCheck %s
-// FIXME: This test has been crashing since r186647.
-// RUN-DISABLED: %clang_cc1 -fopenmp -x c++ -std=c++11 -emit-pch -o %t %s
+// RUN: %clang_cc1 -fopenmp -x c++ -std=c++11 -emit-pch -o %t %s
 // RUN: %clang_cc1 -fopenmp -std=c++11 -include-pch %t -fsyntax-only -verify %s -ast-print
 // expected-no-diagnostics
+// FIXME: This test has been crashing since r186647.
+// REQUIRES: disabled
 
 #ifndef HEADER
 #define HEADER