Cleanup compiler and re-enable tests (#1512)

This commit is contained in:
Kitson Kelly 2019-01-14 14:44:11 +10:00 committed by Ryan Dahl
parent 8039e2a55a
commit de9c67a702
4 changed files with 124 additions and 299 deletions

View file

@ -6,7 +6,7 @@
import "./blob_test.ts";
import "./buffer_test.ts";
import "./chmod_test.ts";
// import "./compiler_test.ts";
import "./compiler_test.ts";
import "./console_test.ts";
import "./copy_file_test.ts";
import "./dir_test.ts";