fix another order dependant issue
This commit is contained in:
parent
9ae850e3b2
commit
3b07f625a7
@ -26,6 +26,11 @@ HERE
|
|||||||
|
|
||||||
def test_call_constant_string
|
def test_call_constant_string
|
||||||
@string_input = <<HERE
|
@string_input = <<HERE
|
||||||
|
class Word
|
||||||
|
int putstring()
|
||||||
|
return 1
|
||||||
|
end
|
||||||
|
end
|
||||||
class Object
|
class Object
|
||||||
int main()
|
int main()
|
||||||
"Hello".putstring()
|
"Hello".putstring()
|
||||||
|
Loading…
Reference in New Issue
Block a user