Typo fix; NFC
[llvm-project.git] / llvm / test / tools / UpdateTestChecks / update_analyze_test_checks / loop-distribute.test
blob70df83077b4543f8fda7c3b359d6e7679a93a604
1 # REQUIRES: asserts
3 ## Basic test checking that update_analyze_test_checks.py works correctly
4 # RUN: cp -f %S/Inputs/loop-distribute.ll %t.ll && %update_analyze_test_checks %t.ll
5 # RUN: diff -u %t.ll %S/Inputs/loop-distribute.ll.expected
6 ## Check that running the script again does not change the result:
7 # RUN: %update_analyze_test_checks %t.ll
8 # RUN: diff -u %t.ll %S/Inputs/loop-distribute.ll.expected