class: RegressionTests::CompilerTests2
authorJan Vrany <jan.vrany@fit.cvut.cz>
Fri, 10 May 2013 19:23:19 +0200
changeset 929 5c6f8d37f9ce
parent 928 bc2301253761
child 930 78e2acffdea6
class: RegressionTests::CompilerTests2 changed: #test_lineno_01_jit
RegressionTests__CompilerTests2.st
--- a/RegressionTests__CompilerTests2.st	Thu May 09 16:20:59 2013 +0200
+++ b/RegressionTests__CompilerTests2.st	Fri May 10 19:23:19 2013 +0200
@@ -546,11 +546,11 @@
     self assert: (l := self jit_method_lineno_002) == 2.
     self assert: (l := self jit_method_lineno_300) == 300.
 
-    self assert: m002 code isNil.
-    self assert: m300 code isNil.
+    self assert: m002 code notNil.
+    self assert: m300 code notNil.
 
     "Created: / 12-04-2013 / 21:41:22 / Jan Vrany <jan.vrany@fit.cvut.cz>"
-    "Modified: / 25-04-2013 / 15:25:13 / Jan Vrany <jan.vrany@fit.cvut.cz>"
+    "Modified: / 10-05-2013 / 18:23:07 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 !
 
 test_lineno_01_stc
@@ -672,6 +672,6 @@
 !
 
 version_SVN
-    ^ '§Id:: RegressionTests__CompilerTests2.st 506 2012-10-26 12:03:11Z vranyj1                                                    §'
+    ^ '$Id$'
 ! !