tests: Improve test coverage of py/compile.c.

This commit is contained in:
Damien George
2016-10-11 12:30:32 +11:00
parent e49153fb98
commit 5e22afce41
15 changed files with 60 additions and 2 deletions

View File

@@ -1,3 +1,4 @@
# basic REPL tests
print(1)

2