check-label-dag.txt 240 B

1234567891011
  1. ; RUN: not FileCheck -input-file %s %s 2>&1 | FileCheck --check-prefix=ERROR %s
  2. bar
  3. zed
  4. CHECK-LABEL: {{^}}bar
  5. CHECK-DAG: {{^}}foo
  6. CHECK-LABEL: {{^}}zed
  7. ERROR: error: expected string not found in input
  8. ERROR-NEXT: CHECK-DAG: {{.....}}foo