mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 03:02:36 +01:00
d97ffcdf36
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).
3 lines
118 B
Plaintext
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
|