]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/rpn/rpn-tests.factor
ui.tools.listener.completion: change history completion popup to preserve newlines
[factor.git] / extra / rpn / rpn-tests.factor
index c24d5cb2444868a2e3fcc0ba20009aaba6a7e616..1dd487bf6dcd03a9f4d1979e529ea708be44ffb5 100644 (file)
@@ -1,4 +1,3 @@
-IN: rpn.tests
 USING: rpn lists tools.test ;
 
-[ { 2 } ] [ "4 2 -" rpn-parse rpn-eval list>array ] unit-test
\ No newline at end of file
+{ { 2 } } [ "4 2 -" rpn-parse rpn-eval list>array ] unit-test