8 lines · plain
1## Test that update_test_checks.py is not sensitive to absolute paths in2## DIFile's filename field.3# RUN: cp -f %S/Inputs/difile_absolute_filenames.ll %t.ll && %update_test_checks %t.ll --check-globals4# RUN: diff -u %t.ll %S/Inputs/difile_absolute_filenames.ll.expected5## Check that running the script again does not change the result:6# RUN: %update_test_checks %t.ll --check-globals7# RUN: diff -u %t.ll %S/Inputs/difile_absolute_filenames.ll.expected8