Skip to content

Commit ff67e85

Browse files
authored
llvm: [NFC] Robustify testcase (#71120)
Robustify the check-not to not trigger on llvm-as's pathname in its initial error message.
1 parent 8a3a082 commit ff67e85

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

llvm/test/Verifier/alias.ll

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
1-
; RUN: not llvm-as %s -o /dev/null 2>&1 | FileCheck %s --implicit-check-not=alias --implicit-check-not=Alias
1+
; RUN: not llvm-as %s -o /dev/null 2>&1 | FileCheck %s
22

3+
; CHECK: : assembly parsed, but does not verify as correct!
4+
; CHECK-NOT: {{(^A| a)lias(es)? }}
35

46
declare void @f()
57
@fa = alias void (), ptr @f

0 commit comments

Comments
 (0)