1 # RUN: cp -f %S/Inputs/stable_ir_values.ll %t.ll && %update_test_checks %t.ll
2 # RUN: diff -u %t.ll %S/Inputs/stable_ir_values.ll.expected
3 # Now test that we can reset all the names
4 # RUN: %update_test_checks %t.ll --reset-variable-names
5 # RUN: diff -u %t.ll %S/Inputs/stable_ir_values.ll.expected.reset