[win/asan] GetInstructionSize: Fix `83 E4 XX` to return 3. (#119644)
[llvm-project.git] / llvm / test / FileCheck / comment / blank-comments.txt
blob1bad6d2daada5133d2097609981ed016dbdc359a
1 # Comment directives with blank contents are fine.
3 RUN: echo 'foo'        >  %t.in
4 RUN: echo 'COM:'       >  %t.chk
5 RUN: echo 'CHECK: foo' >> %t.chk
6 RUN: echo ' COM: '     >> %t.chk
7 RUN: %ProtectFileCheckOutput FileCheck -dump-input=never -vv %t.chk < %t.in 2>&1 | FileCheck %s
9 CHECK: .chk:2:8: remark: CHECK: expected string found in input