brintos

brintos / llvm-project-archived public Read only

0
0
Text · 371 B · c2fdf61 Raw
8 lines · plain
1# Test that --replace-value-regex is applied correctly when multiple RUN lines2# use the same FileCheck prefix and have the same output.3 4RUN: cp %S/Inputs/replace-value-regex-across-runs.c %t.c5RUN: %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.c8