fix return statement to actually return
fix a million tests
This commit is contained in:
@ -17,7 +17,7 @@ class Object
|
||||
end
|
||||
end
|
||||
HERE
|
||||
@length = 16
|
||||
@length = 17
|
||||
check
|
||||
end
|
||||
end
|
||||
|
@ -16,7 +16,7 @@ class Object
|
||||
end
|
||||
end
|
||||
HERE
|
||||
@length = 38
|
||||
@length = 39
|
||||
check
|
||||
end
|
||||
|
||||
|
@ -28,7 +28,7 @@ class Object
|
||||
end
|
||||
end
|
||||
HERE
|
||||
@length = 191
|
||||
@length = 196
|
||||
check
|
||||
|
||||
end
|
||||
|
@ -16,7 +16,7 @@ class Object
|
||||
end
|
||||
end
|
||||
HERE
|
||||
@length = 26
|
||||
@length = 27
|
||||
check
|
||||
end
|
||||
|
||||
|
@ -16,7 +16,7 @@ class Object
|
||||
end
|
||||
end
|
||||
HERE
|
||||
@length = 32
|
||||
@length = 33
|
||||
check
|
||||
end
|
||||
end
|
||||
|
@ -27,7 +27,7 @@ class Object
|
||||
end
|
||||
end
|
||||
HERE
|
||||
@length = 77
|
||||
@length = 78
|
||||
check
|
||||
end
|
||||
end
|
||||
|
Reference in New Issue
Block a user