mirror of https://github.com/microsoft/clang.git
[Attr] Merge two dependent tests from different directories
Suggested at: https://reviews.llvm.org/D43248 git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@327456 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
2c322ce8b7
commit
c8ef3117c1
|
@ -1,5 +0,0 @@
|
|||
// RUN: %clang -emit-ast -o %t.ast %S/../Sema/attr-print.cpp
|
||||
// RUN: %clang_cc1 %t.ast -ast-print | FileCheck %S/../Sema/attr-print.cpp
|
||||
|
||||
// %S/../Sema/attr-print.cpp exercises many different attributes, so we reuse
|
||||
// it here to check -emit-ast for attributes.
|
|
@ -1,6 +1,6 @@
|
|||
// RUN: %clang_cc1 %s -ast-print | FileCheck %s
|
||||
|
||||
// This file is also used as input for %S/../Frontend/ast-attr.cpp.
|
||||
// RUN: %clang -emit-ast -o %t.ast %s
|
||||
// RUN: %clang_cc1 %t.ast -ast-print | FileCheck %s
|
||||
|
||||
// CHECK: void xla(int a) __attribute__((xray_log_args(1)));
|
||||
void xla(int a) __attribute__((xray_log_args(1)));
|
Loading…
Reference in New Issue