diff python/testc3.py @ 227:82dfe6a32717

Fixed tests
author Windel Bouwman
date Fri, 12 Jul 2013 17:42:39 +0200
parents 1c7364bd74c7
children 7f18ed9b6b7e
line wrap: on
line diff
--- a/python/testc3.py	Fri Jul 12 17:25:31 2013 +0200
+++ b/python/testc3.py	Fri Jul 12 17:42:39 2013 +0200
@@ -281,7 +281,7 @@
          type my_struct* my_sptr;
          var int* pa;
 
-         function void t(int a, double b, my_sptr x)
+         function void t(int a, int b, my_sptr x)
          {
             var my_struct *msp;