1# NOTE: Use a '\' in 'llvm\-extract' to prevent substitution. 2 3# RUN: cp -f %S/Inputs/custom-tool.ll %t.ll && %update_test_checks %t.ll --tool=llvm\-extract --tool-binary=llvm-extract 4# RUN: diff -u %t.ll %S/Inputs/custom-tool.ll.expected 5 6## Check that running the script again does not change the result. 7# RUN: %update_test_checks %t.ll --tool=llvm\-extract --tool-binary=llvm-extract 8# RUN: diff -u %t.ll %S/Inputs/custom-tool.ll.expected 9