rename overload_extendc testcase
This commit is contained in:
parent
a00b4f4463
commit
0bd41dc14d
7 changed files with 11 additions and 11 deletions
|
|
@ -1,6 +1,6 @@
|
|||
import overload_extendc
|
||||
import overload_extend2
|
||||
|
||||
f = overload_extendc.Foo()
|
||||
f = overload_extend2.Foo()
|
||||
if f.test(3) != 1:
|
||||
raise RuntimeError
|
||||
if f.test("hello") != 2:
|
||||
Loading…
Add table
Add a link
Reference in a new issue