Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/windirstat/walkdir.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Gallant <jamslam@gmail.com>2019-05-05 17:34:04 +0300
committerAndrew Gallant <jamslam@gmail.com>2019-07-20 20:37:00 +0300
commit011973f170f581e897ce6753693240c32fd4b43a (patch)
treed58487f97ef98a2812a7ee70e12e4e56a11a9edf /src/tests/mod.rs
parent5d16163ce67245d07df0f913847b5f7a4c4c02b6 (diff)
tests: restructure them
This is in preparation to rewrite the tests.
Diffstat (limited to 'src/tests/mod.rs')
-rw-r--r--src/tests/mod.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tests/mod.rs b/src/tests/mod.rs
new file mode 100644
index 0000000..60b8de9
--- /dev/null
+++ b/src/tests/mod.rs
@@ -0,0 +1 @@
+mod old;