diff --git a/core/bootstrap/compiler/compiler.factor b/core/bootstrap/compiler/compiler.factor index 2b278ac458..ff9d5c5e1e 100755 --- a/core/bootstrap/compiler/compiler.factor +++ b/core/bootstrap/compiler/compiler.factor @@ -77,14 +77,3 @@ nl [ compiled-usages recompile ] recompile-hook set-global " done" print flush - -! Load empty test vocabs -USE: compiler.test.curry -USE: compiler.test.float -USE: compiler.test.intrinsics -USE: compiler.test.redefine -USE: compiler.test.simple -USE: compiler.test.stack-trace -USE: compiler.test.templates -USE: compiler.test.templates-early -USE: compiler.test.tuples