rename overload_extendc testcase

This commit is contained in:
William S Fulton 2016-02-21 16:17:00 +00:00
commit 0bd41dc14d
7 changed files with 11 additions and 11 deletions

View file

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