diff --git a/test/compiler/fragments/test_class.rb b/test/compiler/fragments/test_class.rb index 452c3f52..f75b96f1 100644 --- a/test/compiler/fragments/test_class.rb +++ b/test/compiler/fragments/test_class.rb @@ -17,7 +17,7 @@ class Object end end HERE - @length = 17 + @length = 18 check end end diff --git a/test/compiler/fragments/test_foo.rb b/test/compiler/fragments/test_foo.rb index ba9f4562..3875b88b 100644 --- a/test/compiler/fragments/test_foo.rb +++ b/test/compiler/fragments/test_foo.rb @@ -16,7 +16,7 @@ class Object end end HERE - @length = 39 + @length = 41 check end diff --git a/test/compiler/fragments/test_functions.rb b/test/compiler/fragments/test_functions.rb index 6a935711..cac6f8d8 100644 --- a/test/compiler/fragments/test_functions.rb +++ b/test/compiler/fragments/test_functions.rb @@ -28,7 +28,7 @@ class Object end end HERE - @length = 196 + @length = 203 check end diff --git a/test/compiler/fragments/test_hello.rb b/test/compiler/fragments/test_hello.rb index de24c801..41e95ac7 100644 --- a/test/compiler/fragments/test_hello.rb +++ b/test/compiler/fragments/test_hello.rb @@ -11,7 +11,7 @@ class Object end end HERE - @length = 37 + @length = 39 @stdout = "Hello Raisa, I am salama" check end diff --git a/test/compiler/fragments/test_if.rb b/test/compiler/fragments/test_if.rb index e942cfb4..ec6a8efd 100644 --- a/test/compiler/fragments/test_if.rb +++ b/test/compiler/fragments/test_if.rb @@ -16,7 +16,7 @@ class Object end end HERE - @length = 27 + @length = 28 check end @@ -31,7 +31,7 @@ class Object end end HERE - @length = 47 + @length = 49 @stdout = "10" check end @@ -53,7 +53,7 @@ class Object end end HERE - @length = 61 + @length = 64 @stdout = "else" check end diff --git a/test/compiler/fragments/test_putint.rb b/test/compiler/fragments/test_putint.rb index 7685e965..bbfb6223 100644 --- a/test/compiler/fragments/test_putint.rb +++ b/test/compiler/fragments/test_putint.rb @@ -16,7 +16,7 @@ class Object end end HERE - @length = 33 + @length = 35 check end end diff --git a/test/compiler/fragments/test_recursive_fibo.rb b/test/compiler/fragments/test_recursive_fibo.rb index e386ed44..ccdedf1e 100644 --- a/test/compiler/fragments/test_recursive_fibo.rb +++ b/test/compiler/fragments/test_recursive_fibo.rb @@ -27,7 +27,7 @@ class Object end end HERE - @length = 78 + @length = 82 check end end