diff options
Diffstat (limited to 'tests/testutils/src')
-rw-r--r-- | tests/testutils/src/lib.rs | 4 |
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 | ||
24 | pub fn dir_tests<F>(paths: &[&str], f: F) | 24 | pub fn dir_tests<F>(paths: &[&str], f: F) |
25 | where | 25 | where |
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 = { |