diff options
-rw-r--r-- | test/CodeGenCXX/PR6474.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGenCXX/PR6474.cpp b/test/CodeGenCXX/PR6474.cpp index 68c09c9b95..0b155cef83 100644 --- a/test/CodeGenCXX/PR6474.cpp +++ b/test/CodeGenCXX/PR6474.cpp @@ -1,4 +1,4 @@ -// RUN: %clang_cc1 %s -emit-llvm +// RUN: %clang_cc1 %s -emit-llvm-only namespace test0 { template <typename T> struct X { |