summaryrefslogtreecommitdiffstatshomepage
path: root/tests/unix/extra_coverage.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/unix/extra_coverage.py')
-rw-r--r--tests/unix/extra_coverage.py5
1 files changed, 0 insertions, 5 deletions
diff --git a/tests/unix/extra_coverage.py b/tests/unix/extra_coverage.py
index 00226a68e6..a51b5b856a 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