mirror of
https://github.com/jeremysrand/llvm-65816.git
synced 2024-11-05 00:06:07 +00:00
8 lines
204 B
Plaintext
8 lines
204 B
Plaintext
; RUN: not FileCheck -input-file %s %s 2>&1 | FileCheck -check-prefix DIAG %s
|
|
|
|
CHECK-NOT: test
|
|
|
|
DIAG: CHECK-NOT: pattern specified here
|
|
DIAG-NEXT: CHECK-NOT: test
|
|
DIAG-NEXT: {{^ \^}}
|