#BUGFIX by sr
authorsr
Thu, 12 Oct 2017 15:36:56 +0200
changeset 1823 1d8dc3b46dc9
parent 1822 6ab93d711a98
child 1824 8c9ff08eee5d
#BUGFIX by sr class: RegressionTests::FloatTest changed: #test05_Comparing
RegressionTests__FloatTest.st
--- a/RegressionTests__FloatTest.st	Thu Oct 12 15:32:00 2017 +0200
+++ b/RegressionTests__FloatTest.st	Thu Oct 12 15:36:56 2017 +0200
@@ -447,7 +447,7 @@
     check value:-1 value:30.
 
     "/ test fails when stc code, jit code works
-    compiledMethod := self class compiledMethodAt:#'test05_Comparing:'.
+    compiledMethod := self class compiledMethodAt:#'test05_Comparing'.
     (compiledMethod notNil 
     and:[compiledMethod byteCode isNil]) ifTrue:[ 
         "/ stc-compiled code handles not slightly differently