brintos

brintos / llvm-project-archived public Read only

0
0
Text · 305 B · 7a8eb2c Raw
9 lines · plain
1## Tests that readfile works with two substitutions on the same line to ensure the2## regular expressions are set up correctly.3# RUN: echo -n "hello" > %t.14# RUN: echo -n "bye" > %t.25# RUN: echo %{readfile:%t.1} %{readfile:%t.2}6 7## Fail the test so we can assert on the output.8# RUN: not echo return9