Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / llvm / test / FileCheck / comment / after-words.txt
blob3650f959be3fa8e80ad34243a58916cc4749d46c
1 # Comment prefixes are not recognized at ends of words.
3 RUN: echo 'foo'                 >  %t.in
4 RUN: echo 'bar'                 >> %t.in
5 RUN: echo 'foo'                 >> %t.in
6 RUN: echo 'bar'                 >> %t.in
7 RUN: echo 'FOO-COM: CHECK: foo' >  %t.chk
8 RUN: echo 'RUN_COM: CHECK: bar' >> %t.chk
9 RUN: echo 'RUN3COM: CHECK: foo' >> %t.chk
10 RUN: echo ' COMRUN: CHECK: bar' >> %t.chk
11 RUN: %ProtectFileCheckOutput FileCheck -dump-input=never -vv %t.chk < %t.in 2>&1 | FileCheck %s
13 CHECK: .chk:1:17: remark: CHECK: expected string found in input
14 CHECK: .chk:2:17: remark: CHECK: expected string found in input
15 CHECK: .chk:3:17: remark: CHECK: expected string found in input
16 CHECK: .chk:4:17: remark: CHECK: expected string found in input