Skip to content

Commit

Permalink
Change name of reference data dir
Browse files Browse the repository at this point in the history
  • Loading branch information
yeastplume committed Jun 5, 2020
1 parent cea1479 commit 33086cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/common/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ macro_rules! input_file {
macro_rules! ref_file {
($filename: expr) => {
&format!(
"{}/tests/data/output/{}",
"{}/tests/data/ref/{}",
env!("CARGO_MANIFEST_DIR"),
$filename
)
Expand Down

0 comments on commit 33086cf

Please sign in to comment.