Run overload_complicated testcase
Was marked as broken, seems to work now
This commit is contained in:
parent
bb7db846cc
commit
f4644d7c30
6 changed files with 35 additions and 33 deletions
|
|
@ -12,11 +12,11 @@ assert(oc.foo(1,1,"test",1) == 15)
|
|||
p1 = oc.Pop(nil)
|
||||
p1 = oc.Pop(nil,false)
|
||||
|
||||
assert(p1:hip(true) == 701)
|
||||
assert(p1:hip(false) == 701)
|
||||
assert(p1:hip(nil) == 702)
|
||||
|
||||
assert(p1:hop(true) == 801)
|
||||
assert(p1:hop(false) == 801)
|
||||
assert(p1:hop(nil) == 805)
|
||||
|
||||
assert(oc.muzak(true) == 3001)
|
||||
assert(oc.muzak(false) == 3001)
|
||||
assert(oc.muzak(nil) == 3002)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue