]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/compiler/tests/stack-trace.factor
Delete empty unit tests files, remove 1- and 1+, reorder IN: lines in a lot of places...
[factor.git] / basis / compiler / tests / stack-trace.factor
index 1cb11571ef7fa833712c08c55f4cc96d646b6f52..a160272b2118f20b894c8e614406bcf9cd82b2f3 100755 (executable)
@@ -1,7 +1,7 @@
-IN: compiler.tests.stack-trace
 USING: compiler tools.test namespaces sequences
 kernel.private kernel math continuations continuations.private
 words splitting grouping sorting accessors ;
+IN: compiler.tests.stack-trace
 
 : symbolic-stack-trace ( -- newseq )
     error-continuation get call>> callstack>array