Removing empty error tests - c_default_error

C default arguments are allowed, so migrated the error test to a proper test,
as no error or warning is expected.
This commit is contained in:
William S Fulton 2016-06-01 08:13:50 +01:00
commit ddd1b38fa2
4 changed files with 20 additions and 4 deletions

View file

@ -0,0 +1,6 @@
import default_args_c
if default_args_c.foo1() != 1:
raise RuntimeError("failed")
if default_args_c.foo43() != 43:
raise RuntimeError("failed")