Commit d9242da0 authored by Zachary Ware's avatar Zachary Ware

Fix test_ctypes failure on OpenIndiana buildbot where _ctypes is not built

parent a33c785e
import unittest
from test.support import import_module
from ctypes.test import load_tests
ctypes_test = import_module('ctypes.test')
load_tests = ctypes_test.load_tests
if __name__ == "__main__":
unittest.main()
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment