brintos

brintos / llvm-project-archived public Read only

0
0
Text · 188 B · 7e1a936 Raw
12 lines · plain
1# RUN: cp %s %t && not %update_test_body %t 2>&1 | FileCheck %s2 3# CHECK:      log4# CHECK-NEXT: 'gen' failed5 6.ifdef GEN7#--- gen8echo log >&29false  # gen fails due to sh -e10true11.endif12