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