1 ## Basic test checking that update_test_checks.py works correctly with %if in RUN line
2 # RUN: cp -f %S/Inputs/if_target.ll %t.ll && %update_test_checks %t.ll --version 4
3 # RUN: diff -u %t.ll %S/Inputs/if_target.ll.expected
4 ## Check that running the script again does not change the result:
5 # RUN: %update_test_checks %t.ll
6 # RUN: diff -u %t.ll %S/Inputs/if_target.ll.expected