1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 03:02:36 +01:00
llvm-mirror/test/tools/llvm-original-di-preservation/basic.test
David Blaikie d97ffcdf36 Move (llvm-original-di-preservation) test example output into the Inputs directory (since it's an input to the test execution)
The "Inputs" subdirectory is used for all files read by the test, not
only those used as input to the execution - so even though this file is
used as a golden reference for the output of the test, it's still an
input to the test execution (it is read in the process of executing the
test).
2021-03-11 17:36:33 -08:00

3 lines
118 B
Plaintext

RUN: %llvm-original-di-preservation %p/Inputs/sample.json %t.html
RUN: diff -w %p/Inputs/expected-sample.html %t.html