aboutsummaryrefslogtreecommitdiff
path: root/tests/import/pkg8
diff options
context:
space:
mode:
authorRami Ali2017-01-16 15:45:55 +1100
committerDamien George2017-01-16 15:59:33 +1100
commit50e14ca61945dcb5487e1b54d99fc84c530a32f7 (patch)
treeda48c943ad40f14b84a2f25a6596dbe00c5d4cc4 /tests/import/pkg8
parent8d01bd3a1cd00fa50017ef1d95f8f66e0b7a6365 (diff)
tests/import: Improve builtinimport.c test coverage.
Diffstat (limited to 'tests/import/pkg8')
-rw-r--r--tests/import/pkg8/mod.py1
1 files changed, 1 insertions, 0 deletions
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')