forked from OSchip/llvm-project
Updated the test case to show that no diagnostics are expected, and not require emitting the AST until after the AST printing for statement attributes is updated.
llvm-svn: 208703
This commit is contained in:
parent
f3d9b09dea
commit
fd7da7690b
|
@ -1,5 +1,6 @@
|
|||
// RUN: %clang_cc1 -std=c++11 -emit-pch -o %t.a %s
|
||||
// RUN: %clang_cc1 -std=c++11 -include-pch %t.a %s -ast-print -o - | FileCheck %s
|
||||
// RUN: %clang_cc1 -std=c++11 -fsyntax-only -include-pch %t.a %s
|
||||
// expected-no-diagnostics
|
||||
|
||||
#ifndef HEADER
|
||||
#define HEADER
|
||||
|
|
Loading…
Reference in New Issue