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