From 480e63a6c5cb9d56f6af36c47e07730639300528 Mon Sep 17 00:00:00 2001 From: Torsten Ruger Date: Fri, 20 Nov 2015 20:13:00 +0200 Subject: [PATCH] took the loooong test out the one that was just meant for arm testing. interpreter is 10000 times slower after all --- test/soml/parfait/test_integer.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/soml/parfait/test_integer.rb b/test/soml/parfait/test_integer.rb index 65c18bdc..aac984b5 100644 --- a/test/soml/parfait/test_integer.rb +++ b/test/soml/parfait/test_integer.rb @@ -193,7 +193,7 @@ five.putstring()" check 6765 end - def test_fib40_1000000 + def pest_fib40_1000000 @main = "int count = 999424 count = count + 576 while_plus( count - 1)