1 # RUN: cp -f %S/Inputs/sometimes_deleted_function.ll %t.ll && %update_test_checks %t.ll
2 # RUN: diff -u %t.ll %S/Inputs/sometimes_deleted_function.ll.expected
3 ## Check that running the script again does not change the result:
4 # RUN: %update_test_checks %t.ll
5 # RUN: diff -u %t.ll %S/Inputs/sometimes_deleted_function.ll.expected