1# Test that --replace-value-regex is applied correctly when multiple RUN lines 2# use the same FileCheck prefix and have the same output. 3 4RUN: cp %S/Inputs/replace-value-regex-across-runs.c %t.c 5RUN: %update_cc_test_checks %t.c \ 6RUN: --replace-value-regex '__omp_offloading_[0-9a-z]+_[0-9a-z]+' 7RUN: diff -u %S/Inputs/replace-value-regex-across-runs.c.expected %t.c 8