diff options
author | Benjamin Kramer <benny.kra@googlemail.com> | 2012-09-26 09:51:39 +0000 |
---|---|---|
committer | Benjamin Kramer <benny.kra@googlemail.com> | 2012-09-26 09:51:39 +0000 |
commit | e7381cc99c3d5a579dd039f0d8e1b930f5735684 (patch) | |
tree | dd86000047e24280d2ae8bcd829ed22d378f729f /test/DebugInfo | |
parent | d6d10ae1519f0eb71c1db46c2cc77321d02c6ee6 (diff) | |
download | external_llvm-e7381cc99c3d5a579dd039f0d8e1b930f5735684.zip external_llvm-e7381cc99c3d5a579dd039f0d8e1b930f5735684.tar.gz external_llvm-e7381cc99c3d5a579dd039f0d8e1b930f5735684.tar.bz2 |
Fix tests that didn't test anything.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@164686 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/DebugInfo')
-rw-r--r-- | test/DebugInfo/bug_null_debuginfo.ll | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/test/DebugInfo/bug_null_debuginfo.ll b/test/DebugInfo/bug_null_debuginfo.ll index a7fdf70..b17affe 100644 --- a/test/DebugInfo/bug_null_debuginfo.ll +++ b/test/DebugInfo/bug_null_debuginfo.ll @@ -1,5 +1,4 @@ -; RUN: llc - +; RUN: llc < %s !llvm.dbg.cu = !{!0} |