blob: caf39934266cc00184701fdfdd5f76dc4603eb99 [file] [log] [blame]
## Test that non-clang/non-filechecked runlines execute
# RUN: cp %S/Inputs/exec-all-runlines.c %t-generated.c && %update_cc_test_checks %t-generated.c
# RUN: diff -u %S/Inputs/exec-all-runlines.c.expected %t-generated.c
## Check that re-running update_cc_test_checks doesn't change the output
# RUN: %update_cc_test_checks %t-generated.c
# RUN: diff -u %S/Inputs/exec-all-runlines.c.expected %t-generated.c