diff options
Diffstat (limited to 'test/Assembler/invalid-mdlocation-overflow-line.ll')
-rw-r--r-- | test/Assembler/invalid-mdlocation-overflow-line.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Assembler/invalid-mdlocation-overflow-line.ll b/test/Assembler/invalid-mdlocation-overflow-line.ll index 535b4c9..571a555 100644 --- a/test/Assembler/invalid-mdlocation-overflow-line.ll +++ b/test/Assembler/invalid-mdlocation-overflow-line.ll @@ -2,7 +2,7 @@ !0 = !{} -; CHECK-NOT: error +; CHECK-NOT: error: !1 = !MDLocation(line: 4294967295, scope: !0) ; CHECK: <stdin>:[[@LINE+1]]:24: error: value for 'line' too large, limit is 4294967295 |