commit | 37f25ae3cf7e1bd2fc131b303b2342e67384003b | [log] [tgz] |
---|---|---|
author | David Blaikie <dblaikie@gmail.com> | Thu May 09 22:11:34 2013 +0000 |
committer | David Blaikie <dblaikie@gmail.com> | Thu May 09 22:11:34 2013 +0000 |
tree | ef6ebcc38a2578a4e87ff4bc8649ebdf93a5a875 | |
parent | 21b3ab43e1d85a962780916b9f221c813d9d6dcf [diff] [blame] |
Fix some test cases I broke in r181552 llvm-svn: 181554
diff --git a/clang/test/CodeGenCXX/debug-info.cpp b/clang/test/CodeGenCXX/debug-info.cpp index d691f97..b16c564 100644 --- a/clang/test/CodeGenCXX/debug-info.cpp +++ b/clang/test/CodeGenCXX/debug-info.cpp
@@ -1,4 +1,4 @@ -// RUN: %clang_cc1 -emit-llvm-only -g %s -o - | FileCheck %s +// RUN: %clang_cc1 -emit-llvm -g %s -o - | FileCheck %s template<typename T> struct Identity { typedef T Type; };