diff options
Diffstat (limited to 'tests/unix')
| -rw-r--r-- | tests/unix/extra_coverage.py | 5 | ||||
| -rw-r--r-- | tests/unix/extra_coverage.py.exp | 1 |
2 files changed, 0 insertions, 6 deletions
diff --git a/tests/unix/extra_coverage.py b/tests/unix/extra_coverage.py index 00226a68e..a51b5b856 100644 --- a/tests/unix/extra_coverage.py +++ b/tests/unix/extra_coverage.py @@ -49,11 +49,6 @@ print(buf.write(bytearray(16))) # function defined in C++ code print("cpp", extra_cpp_coverage()) -# test user C module -import cexample - -print(cexample.add_ints(3, 2)) - # test user C module mixed with C++ code import cppexample diff --git a/tests/unix/extra_coverage.py.exp b/tests/unix/extra_coverage.py.exp index 2f5409b85..2f8e37c5f 100644 --- a/tests/unix/extra_coverage.py.exp +++ b/tests/unix/extra_coverage.py.exp @@ -179,7 +179,6 @@ OSError None None cpp None -5 (3, 'hellocpp') frzstr1 frzstr1.py |
