[AArch64] Check the expansion of BITREVERSE in regression test
[llvm-core.git] / test / Other / FileCheck-space.txt
blob6bbe5bc05ba750710a431d417b31c330a17a4061
1 RUN: printf "a\nb" | FileCheck %s -check-prefix=TEST1
2 RUN: echo oo | FileCheck %s -check-prefix=TEST2
4 Check that CHECK-NEXT without a space after the colon works.
5 TEST1:a
6 TEST1-NEXT:b
8 Check that CHECK-NOT without a space after the colon works.
9 TEST2-NOT:foo