diff options
Diffstat (limited to 'clang/unittests/AST/SourceLocationTest.cpp')
-rw-r--r-- | clang/unittests/AST/SourceLocationTest.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/clang/unittests/AST/SourceLocationTest.cpp b/clang/unittests/AST/SourceLocationTest.cpp index 32dc382..c1565c8 100644 --- a/clang/unittests/AST/SourceLocationTest.cpp +++ b/clang/unittests/AST/SourceLocationTest.cpp @@ -683,8 +683,7 @@ TEST(ObjCMessageExpr, ParenExprRange) { "+ (void) f1: (A)arg;\n" "@end\n" "void f2() { A a; [B f1: (a)]; }\n", - traverse(ast_type_traits::TK_AsIs, parenExpr()), - Lang_OBJCXX)); + traverse(TK_AsIs, parenExpr()), Lang_OBJCXX)); } TEST(FunctionDecl, FunctionDeclWithThrowSpecification) { |