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:
Aaron Ballman 2014-05-13 15:14:59 +00:00
parent f3d9b09dea
commit fd7da7690b
1 changed files with 2 additions and 1 deletions

View File

@ -1,5 +1,6 @@
// RUN: %clang_cc1 -std=c++11 -emit-pch -o %t.a %s // 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 #ifndef HEADER
#define HEADER #define HEADER