aboutsummaryrefslogtreecommitdiff
path: root/tests/testutils
diff options
context:
space:
mode:
authorAleksey Kladov <[email protected]>2018-02-10 11:18:38 +0000
committerAleksey Kladov <[email protected]>2018-02-10 11:18:38 +0000
commit3aec74bc5b3b1a6fea37a8c60f74906a177bd03f (patch)
treea6465d16c3538ebd34e2a010250dc696b44a67c6 /tests/testutils
parente792ec3eca6214329d053715a6477cc4f7a05672 (diff)
Reformat
Diffstat (limited to 'tests/testutils')
-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 = {