brintos

brintos / llvm-project-archived public Read only

0
0
Text · 375 B · 3d8427b Raw
6 lines · plain
1## Basic test checking that update_test_checks.py works correctly with %if in RUN line2# RUN: cp -f %S/Inputs/if_target.ll %t.ll && %update_test_checks %t.ll --version 43# RUN: diff -u %t.ll %S/Inputs/if_target.ll.expected4## Check that running the script again does not change the result:5# RUN: %update_test_checks %t.ll6# RUN: diff -u %t.ll %S/Inputs/if_target.ll.expected