diff python/testc3.py @ 180:25a0753da4cf

Re-organized files
author Windel Bouwman
date Thu, 09 May 2013 17:35:19 +0200
parents 4348da5ca307
children e9b27f7193e3
line wrap: on
line diff
--- a/python/testc3.py	Sat May 04 18:50:36 2013 +0200
+++ b/python/testc3.py	Thu May 09 17:35:19 2013 +0200
@@ -179,9 +179,9 @@
    def testIf(self):
       snippet = """
       package tstIFF;
-      var int a;
       function void t(int b)
       {
+         var int a;
          a = 2;
          if (a > b)
          {