diff options
Diffstat (limited to 'clang/test/Parser/namelookup-bug-2.c')
-rw-r--r-- | clang/test/Parser/namelookup-bug-2.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/Parser/namelookup-bug-2.c b/clang/test/Parser/namelookup-bug-2.c index 42298c39c46..84850ffafb1 100644 --- a/clang/test/Parser/namelookup-bug-2.c +++ b/clang/test/Parser/namelookup-bug-2.c @@ -1,4 +1,4 @@ -// RUN: clang-cc -verify %s +// RUN: %clang_cc1 -verify %s typedef int Object; |