diff --git a/extra/builder/test/test.factor b/extra/builder/test/test.factor index 159fe02ad6..dfe64b38d9 100644 --- a/extra/builder/test/test.factor +++ b/extra/builder/test/test.factor @@ -3,7 +3,8 @@ USING: kernel sequences assocs builder continuations vocabs vocabs.loader io io.files tools.browser - tools.test ; + tools.test + bootstrap.stage2 ; IN: builder.test