Run overload_complicated testcase

Was marked as broken, seems to work now
This commit is contained in:
William S Fulton 2017-10-04 20:43:44 +01:00
commit f4644d7c30
6 changed files with 35 additions and 33 deletions

View file

@ -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)