blob: 6531f0610660ad77b5a99d8d01ff55f968b1ffcc [file] [log] [blame]
## Basic test checking that update_analyze_test_checks.py works correctly
# RUN: cp -f %S/Inputs/loop-access-analysis.ll %t.ll && %update_analyze_test_checks %t.ll
# RUN: diff -u %t.ll %S/Inputs/loop-access-analysis.ll.expected
## Check that running the script again does not change the result:
# RUN: %update_analyze_test_checks %t.ll
# RUN: diff -u %t.ll %S/Inputs/loop-access-analysis.ll.expected