mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-13 20:32:21 +00:00
11 lines
263 B
Plaintext
11 lines
263 B
Plaintext
|
; RUN: not FileCheck -input-file %s %s -check-prefix=FOO -check-prefix=BAR 2>&1 | FileCheck %s
|
||
|
|
||
|
fog
|
||
|
bar
|
||
|
; _FOO not a valid check-line
|
||
|
; FOO: fo{{o}}
|
||
|
; BAR: ba{{r}}
|
||
|
|
||
|
; CHECK: {{error: expected string not found in input}}
|
||
|
; CHECK-NEXT: {{F}}OO: fo{{[{][{]o[}][}]}}
|