diff options
author | Ryan Dahl <ry@tinyclouds.org> | 2019-01-06 14:17:13 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-01-06 14:17:13 -0500 |
commit | f37d67e80933bc437fbd29092108eaf2deeee383 (patch) | |
tree | 1c5ca050f8a4786b7a872b013c35da0a6b5f6e77 /js/unit_tests.ts | |
parent | 57301909cd9eee6aeaafeda19aab372e034ff7c4 (diff) |
Revert "Split Runner from Compiler" (#1462)
This reverts commit 3d03f5b0cb3c513e449f3aaa5d35c493b72f47b4.
Diffstat (limited to 'js/unit_tests.ts')
-rw-r--r-- | js/unit_tests.ts | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/js/unit_tests.ts b/js/unit_tests.ts index 73298297b..df4a27f19 100644 --- a/js/unit_tests.ts +++ b/js/unit_tests.ts @@ -32,7 +32,6 @@ import "./read_file_test.ts"; import "./read_link_test.ts"; import "./rename_test.ts"; import "./resources_test.ts"; -import "./runner_test.ts"; import "./stat_test.ts"; import "./symlink_test.ts"; import "./text_encoding_test.ts"; |