summaryrefslogtreecommitdiff
path: root/Lib/ctypes/test/test_integers.py
diff options
context:
space:
mode:
Diffstat (limited to 'Lib/ctypes/test/test_integers.py')
-rw-r--r--Lib/ctypes/test/test_integers.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/Lib/ctypes/test/test_integers.py b/Lib/ctypes/test/test_integers.py
new file mode 100644
index 0000000000..5b6453a002
--- /dev/null
+++ b/Lib/ctypes/test/test_integers.py
@@ -0,0 +1,5 @@
+# superseeded by test_numbers.py
+import unittest
+
+if __name__ == '__main__':
+ unittest.main()