Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / clang / test / utils / update_cc_test_checks / basic-cplusplus.test
blob3557e18f5ac9d8c0aa15f389a69d13aaa76e092a
1 ## Test that CHECK lines are generated before the definion and not the declaration
3 # RUN: cp %S/Inputs/basic-cplusplus.cpp %t.cpp && %update_cc_test_checks %t.cpp
4 # RUN: diff -u %S/Inputs/basic-cplusplus.cpp.expected %t.cpp
5 ## Check that it also works with the --llvm-bin flag instead of --clang
6 # RUN: cp %S/Inputs/basic-cplusplus.cpp %t.cpp && %update_cc_test_checks --clang='' --llvm-bin=%clang_tools_dir %t.cpp
7 # RUN: diff -u %S/Inputs/basic-cplusplus.cpp.expected %t.cpp
8 ## Check that re-running update_cc_test_checks doesn't change the output
9 # RUN: %update_cc_test_checks %t.cpp
10 # RUN: diff -u %S/Inputs/basic-cplusplus.cpp.expected %t.cpp