8 lines · plain
1# REQUIRES: x86-registered-target2## Basic test checking that update_test_checks.py works correctly3# RUN: cp -f %S/Inputs/global_regex.ll %t.ll && %update_test_checks %t.ll --check-globals --global-value-regex "OnlyFoo"4# RUN: diff -u %t.ll %S/Inputs/global_regex.ll.expected5## Verify that running without the --global-value-regex flag respects UTC_ARGS6# RUN: %update_test_checks %t.ll7# RUN: diff -u %t.ll %S/Inputs/global_regex.ll.expected8