diff options
Diffstat (limited to 'test_util/src/lib.rs')
-rw-r--r-- | test_util/src/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test_util/src/lib.rs b/test_util/src/lib.rs index dda62a591..eda386a82 100644 --- a/test_util/src/lib.rs +++ b/test_util/src/lib.rs @@ -76,7 +76,7 @@ pub fn prebuilt_path() -> PathRef { } pub fn tests_path() -> PathRef { - root_path().join("cli").join("tests") + root_path().join("tests") } pub fn testdata_path() -> PathRef { |