diff options
Diffstat (limited to 'test/SemaTemplate/instantiate-sizeof.cpp')
-rw-r--r-- | test/SemaTemplate/instantiate-sizeof.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/SemaTemplate/instantiate-sizeof.cpp b/test/SemaTemplate/instantiate-sizeof.cpp index 00d63d0..bf66fdc1 100644 --- a/test/SemaTemplate/instantiate-sizeof.cpp +++ b/test/SemaTemplate/instantiate-sizeof.cpp @@ -1,4 +1,5 @@ // RUN: %clang_cc1 -fsyntax-only -verify -std=c++11 %s +// expected-no-diagnostics // Make sure we handle contexts correctly with sizeof template<typename T> void f(T n) { |