diff options
Diffstat (limited to 'test/SemaCXX/no-warn-composite-pointer-type.cpp')
-rw-r--r-- | test/SemaCXX/no-warn-composite-pointer-type.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/SemaCXX/no-warn-composite-pointer-type.cpp b/test/SemaCXX/no-warn-composite-pointer-type.cpp index b52914a2c3..d716f45e8d 100644 --- a/test/SemaCXX/no-warn-composite-pointer-type.cpp +++ b/test/SemaCXX/no-warn-composite-pointer-type.cpp @@ -1,4 +1,5 @@ // RUN: %clang_cc1 -fsyntax-only -Wno-compare-distinct-pointer-type -verify %s +// expected-no-diagnostics // rdar://12501960 void Foo(int **thing, const int **thingMax) |