Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / clang / test / utils / update_cc_test_checks / exec-all-runlines.test
blobcaf39934266cc00184701fdfdd5f76dc4603eb99
1 ## Test that non-clang/non-filechecked runlines execute
3 # RUN: cp %S/Inputs/exec-all-runlines.c %t-generated.c && %update_cc_test_checks %t-generated.c
4 # RUN: diff -u %S/Inputs/exec-all-runlines.c.expected %t-generated.c
6 ## Check that re-running update_cc_test_checks doesn't change the output
7 # RUN: %update_cc_test_checks %t-generated.c
8 # RUN: diff -u %S/Inputs/exec-all-runlines.c.expected %t-generated.c