]> granicus.if.org Git - clang/commitdiff
clang/test/Tooling/clang-ast-dump.cpp: Mark it as REQUIRES: asserts, for now.
authorNAKAMURA Takumi <geek4civic@gmail.com>
Tue, 17 Jul 2012 00:33:36 +0000 (00:33 +0000)
committerNAKAMURA Takumi <geek4civic@gmail.com>
Tue, 17 Jul 2012 00:33:36 +0000 (00:33 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@160332 91177308-0d34-0410-b5e6-96231b3b80d8

test/Tooling/clang-ast-dump.cpp

index c3417e0bd823ff14ff1a7d76c7e9a0a41b523d98..99e550b274ee2bc04398c28dd4cceb85515b4db6 100644 (file)
@@ -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