commit | eac29c855f7d6bf119d651190e7cbab5f7cb31a1 | [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 | 4902d8c13f74f5df593915206fad21cefb5a07f2 | |
parent | 0a664b863255065d960342dd074a77d63c753d35 [diff] [blame] |
Fix some test cases I broke in r181552 git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@181554 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/test/CodeGenCXX/debug-info.cpp b/test/CodeGenCXX/debug-info.cpp index d691f97..b16c564 100644 --- a/test/CodeGenCXX/debug-info.cpp +++ b/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; };