From e45c1dbd6f4e313f21862c853d55499447c844e6 Mon Sep 17 00:00:00 2001 From: Damien George Date: Thu, 23 Jul 2015 14:11:29 +0100 Subject: py: Allow viper functions to take up to 4 arguments. Addresses issue #1380. --- tests/micropython/viper_args.py.exp | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 tests/micropython/viper_args.py.exp (limited to 'tests/micropython/viper_args.py.exp') 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 -- cgit v1.2.3