diff options
Diffstat (limited to 'llvm/test/Verifier/dbg-line-without-file.ll')
| -rw-r--r-- | llvm/test/Verifier/dbg-line-without-file.ll | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/Verifier/dbg-line-without-file.ll b/llvm/test/Verifier/dbg-line-without-file.ll index 4d5725959ef..9cc052911f6 100644 --- a/llvm/test/Verifier/dbg-line-without-file.ll +++ b/llvm/test/Verifier/dbg-line-without-file.ll @@ -1,6 +1,6 @@ -; RUN: not llvm-as -disable-output <%s 2>&1 | FileCheck %s -; CHECK: assembly parsed, but does not verify +; RUN: llvm-as -disable-output <%s 2>&1 | FileCheck %s ; CHECK: line specified with no file +; CHECK: warning: ignoring invalid debug info define void @foo() !dbg !3 { ret void |

