aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/testutils/src/lib.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/testutils/src/lib.rs b/tests/testutils/src/lib.rs
index abd28f26d..b50e70849 100644
--- a/tests/testutils/src/lib.rs
+++ b/tests/testutils/src/lib.rs
@@ -22,8 +22,8 @@ fn read_text(path: &Path) -> String {
22} 22}
23 23
24pub fn dir_tests<F>(paths: &[&str], f: F) 24pub fn dir_tests<F>(paths: &[&str], f: F)
25 where 25where
26 F: Fn(&str) -> String, 26 F: Fn(&str) -> String,
27{ 27{
28 for path in collect_tests(paths) { 28 for path in collect_tests(paths) {
29 let actual = { 29 let actual = {