Skip to content

Commit 7906c03

Browse files
committed
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).
1 parent 46ef6ff commit 7906c03

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
RUN: %llvm-original-di-preservation %p/Inputs/sample.json %t.html
2-
RUN: diff -w %p/Outputs/sample.html %t.html
2+
RUN: diff -w %p/Inputs/expected-sample.html %t.html

0 commit comments

Comments
 (0)