10 lines · plain
1RUN: printf "a\nb" | FileCheck %s -check-prefix=TEST12RUN: echo oo | FileCheck %s -check-prefix=TEST23 4Check that CHECK-NEXT without a space after the colon works.5TEST1:a6TEST1-NEXT:b7 8Check that CHECK-NOT without a space after the colon works.9TEST2-NOT:foo10