aboutsummaryrefslogtreecommitdiff
path: root/tests/micropython/viper_args.py.exp
diff options
context:
space:
mode:
authorDamien George2015-07-23 14:11:29 +0100
committerDamien George2015-07-23 14:11:29 +0100
commite45c1dbd6f4e313f21862c853d55499447c844e6 (patch)
treee5de5de200ac015d34ca033d83cfd316495e8d70 /tests/micropython/viper_args.py.exp
parent7693ef3bd6e4456105c86909174a00f535a19261 (diff)
py: Allow viper functions to take up to 4 arguments.
Addresses issue #1380.
Diffstat (limited to 'tests/micropython/viper_args.py.exp')
-rw-r--r--tests/micropython/viper_args.py.exp5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/micropython/viper_args.py.exp b/tests/micropython/viper_args.py.exp
new file mode 100644
index 000000000..0ca0f4e90
--- /dev/null
+++ b/tests/micropython/viper_args.py.exp
@@ -0,0 +1,5 @@
+0
+1
+1 2
+1 2 3
+1 2 3 4