8 lines · plain
1## Test that CHECK lines are generated for explicit template instantiatons2 3# RUN: cp %S/Inputs/explicit-template-instantiation.cpp %t.cpp && %update_cc_test_checks %t.cpp4# RUN: diff -u %S/Inputs/explicit-template-instantiation.cpp.expected %t.cpp5## Check that re-running update_cc_test_checks doesn't change the output6# RUN: %update_cc_test_checks %t.cpp7# RUN: diff -u %S/Inputs/explicit-template-instantiation.cpp.expected %t.cpp8