From 50e14ca61945dcb5487e1b54d99fc84c530a32f7 Mon Sep 17 00:00:00 2001 From: Rami Ali Date: Mon, 16 Jan 2017 15:45:55 +1100 Subject: tests/import: Improve builtinimport.c test coverage. --- tests/import/pkg8/mod.py | 1 + 1 file changed, 1 insertion(+) create mode 100644 tests/import/pkg8/mod.py (limited to 'tests/import/pkg8/mod.py') diff --git a/tests/import/pkg8/mod.py b/tests/import/pkg8/mod.py new file mode 100644 index 000000000..b98f02ce6 --- /dev/null +++ b/tests/import/pkg8/mod.py @@ -0,0 +1 @@ +print('foo') -- cgit v1.2.3