micropython

Change of tests/call_method_ref.py

230:892b13f1cba4
tests/call_method_ref.py
     1.1 --- a/tests/call_method_ref.py	Fri May 29 00:18:40 2009 +0200
     1.2 +++ b/tests/call_method_ref.py	Sat May 30 20:27:20 2009 +0200
     1.3 @@ -10,5 +10,8 @@
     1.4  
     1.5  f = c.f
     1.6  f(1, 2, 3)
     1.7 +result_1 = c.a
     1.8 +result_2 = c.b
     1.9 +result_3 = c.c
    1.10  
    1.11  # vim: tabstop=4 expandtab shiftwidth=4