forked from OSchip/llvm-project
Disable test fully with REQUIRES
Third time's the charm, sorry for the noise. llvm-svn: 194076
This commit is contained in:
parent
a4b2ac4c30
commit
3364fe149c
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue