FileCheck-space.txt 260 B

123456789
  1. RUN: printf "a\nb" | FileCheck %s -check-prefix=TEST1
  2. RUN: echo oo | FileCheck %s -check-prefix=TEST2
  3. Check that CHECK-NEXT without a space after the colon works.
  4. TEST1:a
  5. TEST1-NEXT:b
  6. Check that CHECK-NOT without a space after the colon works.
  7. TEST2-NOT:foo