From 200af39722b36b9c8899e21aab54ae30cf0a878b Mon Sep 17 00:00:00 2001 From: Thomas Heller Date: Wed, 8 Mar 2006 20:38:11 +0000 Subject: [PATCH] Trivial test for ctypes, more to come --- Lib/test/test_ctypes.py | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 Lib/test/test_ctypes.py diff --git a/Lib/test/test_ctypes.py b/Lib/test/test_ctypes.py new file mode 100644 index 000000000000..8a931d97a12a --- /dev/null +++ b/Lib/test/test_ctypes.py @@ -0,0 +1,4 @@ +# trivial test + +import _ctypes +import ctypes -- 2.47.3