9 lines · plain
1# REQUIRES: asserts2 3## Basic test checking that update_analyze_test_checks.py works correctly4# RUN: cp -f %S/Inputs/loop-distribute.ll %t.ll && %update_analyze_test_checks %t.ll5# RUN: diff -u %t.ll %S/Inputs/loop-distribute.ll.expected6## Check that running the script again does not change the result:7# RUN: %update_analyze_test_checks %t.ll8# RUN: diff -u %t.ll %S/Inputs/loop-distribute.ll.expected9