Fixing an obvious bug in a test.

llvm-svn: 160268
This commit is contained in:
Alexander Kornienko 2012-07-16 13:31:37 +00:00
parent 5e5e36712b
commit 277f6cf805
1 changed files with 1 additions and 2 deletions

View File

@ -1,5 +1,4 @@
// RUN: clang-ast-dump "%t/test.cpp" -f test_namespace::TheClass::theMethod -- -c 2>&1|FileCheck %s
// FIXME: Make the above easier.
// RUN: clang-ast-dump "%s" -f test_namespace::TheClass::theMethod -- -c 2>&1|FileCheck %s
// CHECK: <CXXMethod ptr="0x{{[0-9a-f]+}}" name="theMethod" prototype="true">
// CHECK: <ParmVar ptr="0x{{[0-9a-f]+}}" name="x" initstyle="c">