diff options
author | Benjamin Kramer <benny.kra@googlemail.com> | 2010-06-26 20:05:06 +0000 |
---|---|---|
committer | Benjamin Kramer <benny.kra@googlemail.com> | 2010-06-26 20:05:06 +0000 |
commit | a2938e7e5f7f16b4593b6ddc0eaf14bd6ed620de (patch) | |
tree | 3ef99455597796ee6c5ab2b1581f7735aebcc4c7 /test/DebugInfo | |
parent | caa54d0c6f789a2012668e8388260090d6409fdc (diff) |
Fix some tests that didn't test anything.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@106954 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/DebugInfo')
-rw-r--r-- | test/DebugInfo/2010-05-28-Crash.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/DebugInfo/2010-05-28-Crash.ll b/test/DebugInfo/2010-05-28-Crash.ll index e09ffe4926..80643d0792 100644 --- a/test/DebugInfo/2010-05-28-Crash.ll +++ b/test/DebugInfo/2010-05-28-Crash.ll @@ -41,4 +41,4 @@ entry: ;CHECK: DEBUG_VALUE: bar:x <- EBX+0 ;CHECK-NEXT:Ltmp -;CHECK-NEXT DEBUG_VALUE: foo:y <- 1+0 +;CHECK-NEXT: DEBUG_VALUE: foo:y <- 1+0 |