diff options
Diffstat (limited to 'test/C++Frontend/2004-09-27-CompilerCrash.cpp')
-rw-r--r-- | test/C++Frontend/2004-09-27-CompilerCrash.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/test/C++Frontend/2004-09-27-CompilerCrash.cpp b/test/C++Frontend/2004-09-27-CompilerCrash.cpp index 726bd86a40..1e5e6acea5 100644 --- a/test/C++Frontend/2004-09-27-CompilerCrash.cpp +++ b/test/C++Frontend/2004-09-27-CompilerCrash.cpp @@ -1,7 +1,5 @@ // RUN: %llvmgxx -S %s -o - | llvm-as -f -o /dev/null - - struct Pass {} ; template<typename PassName> Pass *callDefaultCtor() { return new PassName(); } |