Skip to content

Commit 2476c6b

Browse files
committed
--implicit-check-not: test case insensitive match case
1 parent ccc777d commit 2476c6b

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
; CHECK:Hello
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
; RUN: %printf "Error\nHello" | %expect_exit 0 --expect-no-content %FILECHECK_EXEC "%S/filecheck.check" --implicit-check-not "error"
2+
; RUN: %printf "ERROR\nHello" | %expect_exit 0 --expect-no-content %FILECHECK_EXEC "%S/filecheck.check" --implicit-check-not "error"

0 commit comments

Comments
 (0)