forked from OSchip/llvm-project
clang/test/Tooling/clang-ast-dump.cpp: Mark it as REQUIRES: asserts, for now.
llvm-svn: 160332
This commit is contained in:
parent
f290b0d137
commit
b7fa0d58fa
|
@ -2,6 +2,9 @@
|
|||
// RUN: clang-ast-dump "%s" -f test_namespace::TheClass::theMethod -- -c > %t 2>&1
|
||||
// RUN: FileCheck --input-file=%t %s
|
||||
|
||||
// FIXME: Does this run regardless of +Asserts?
|
||||
// REQUIRES: asserts
|
||||
|
||||
// CHECK: <CXXMethod ptr="0x{{[0-9a-f]+}}" name="theMethod" prototype="true">
|
||||
// CHECK: <ParmVar ptr="0x{{[0-9a-f]+}}" name="x" initstyle="c">
|
||||
// CHECK: (CompoundStmt
|
||||
|
|
Loading…
Reference in New Issue