8 lines · plain
1# REQUIRES: x86-registered-target2## Basic test checking that update_test_checks.py works correctly3# RUN: cp -f %S/Inputs/function_name.ll %t.ll && %update_test_checks %t.ll4# RUN: diff -u %t.ll %S/Inputs/function_name.ll.expected5## Check that running the script again does not change the result:6# RUN: %update_test_checks %t.ll7# RUN: diff -u %t.ll %S/Inputs/function_name.ll.expected8