From 33086cfc6838ac54bd21f4bfa5a30118925e0a15 Mon Sep 17 00:00:00 2001 From: Yeastplume Date: Fri, 5 Jun 2020 16:09:38 +0100 Subject: [PATCH] Change name of reference data dir --- tests/common/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/common/mod.rs b/tests/common/mod.rs index 314b9a3..e7b9afa 100644 --- a/tests/common/mod.rs +++ b/tests/common/mod.rs @@ -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 )