aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNAKAMURA Takumi <geek4civic@gmail.com>2012-07-17 00:33:36 +0000
committerNAKAMURA Takumi <geek4civic@gmail.com>2012-07-17 00:33:36 +0000
commit3df9a756d619dd6c560da97b514b3859c296b9a0 (patch)
tree606ccb16311dd02758f52e5d9ee9e005acd208cd
parentb619e7877f09f2984d06629fd8653f3f333d8ea2 (diff)
clang/test/Tooling/clang-ast-dump.cpp: Mark it as REQUIRES: asserts, for now.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@160332 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--test/Tooling/clang-ast-dump.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/Tooling/clang-ast-dump.cpp b/test/Tooling/clang-ast-dump.cpp
index c3417e0bd8..99e550b274 100644
--- a/test/Tooling/clang-ast-dump.cpp
+++ b/test/Tooling/clang-ast-dump.cpp
@@ -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