Follow up to d0858bffa11, add missing REQUIRES x86
[llvm-project.git] / llvm / test / tools / UpdateTestChecks / update_test_checks / sometimes_deleted_function.test
blobdb45038da9c944fd76d7d970a922e5af65f2b114
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