summaryrefslogtreecommitdiffstats
path: root/tests/testsuite/main.rs
diff options
context:
space:
mode:
authorSaurav Sharma <appdroiddeveloper@gmail.com>2019-08-20 10:27:25 +0545
committerMatan Kushner <hello@matchai.me>2019-08-20 00:42:25 -0400
commit075a76897cc28a6775c42b1d01a9c344c0f75ef0 (patch)
tree4f348709752d552694bda25e7f599359933be397 /tests/testsuite/main.rs
parent0e82c19f37e80e258ad7f0e6136a2bcf37c9648a (diff)
fix: Change panicking on unknown module to error print and support module listing flag (#197)
Diffstat (limited to 'tests/testsuite/main.rs')
-rw-r--r--tests/testsuite/main.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/testsuite/main.rs b/tests/testsuite/main.rs
index cbb1d9b69..bceb14035 100644
--- a/tests/testsuite/main.rs
+++ b/tests/testsuite/main.rs
@@ -6,6 +6,7 @@ mod directory;
mod golang;
mod jobs;
mod line_break;
+mod modules;
mod nodejs;
mod python;
mod ruby;