blob: 413951f14da31b6fb8a8629c219800810f8afc20 [file] [log] [blame]
## Basic test checking that update_analyze_test_checks.py works correctly
# RUN: cp -f %S/Inputs/scev.ll %t.ll && %update_analyze_test_checks %t.ll
# RUN: diff -u %t.ll %S/Inputs/scev.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/scev.ll.expected