Follow up to d0858bffa11, add missing REQUIRES x86
[llvm-project.git] / llvm / test / tools / UpdateTestChecks / update_test_checks / named_function_arguments_split.test
blob245e611b29e2c3b037c1d7a2033d70856d699682
1 # REQUIRES: x86-registered-target
2 ## Basic test checking that update_test_checks.py works correctly
3 # RUN: cp -f %S/Inputs/named_function_arguments_split.ll %t.ll && %update_test_checks %t.ll --version=3
4 # RUN: diff -u %t.ll %S/Inputs/named_function_arguments_split.ll.expected
5 ## Check that running the script again does not change the result:
6 # RUN: %update_test_checks %t.ll --version=3
7 # RUN: diff -u %t.ll %S/Inputs/named_function_arguments_split.ll.expected