You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
386 B
12 lines
386 B
; RUN: %ProtectFileCheckOutput not FileCheck --input-file %s %s 2>&1 \
|
|
; RUN: | FileCheck --strict-whitespace --check-prefix DIAG %s
|
|
|
|
CHECK-NOT: test
|
|
|
|
DIAG: error: CHECK-NOT: excluded string found in input
|
|
DIAG-NEXT: CHECK-NOT: test
|
|
DIAG-NEXT: {{^}} ^{{$}}
|
|
DIAG-NEXT: note: found here
|
|
DIAG-NEXT: CHECK-NOT: test
|
|
DIAG-NEXT: {{^}} ^~~~{{$}}
|