tests/TestCompiler.vala
authorAlan Knowles <alan@roojs.com>
Thu, 14 May 2015 10:10:23 +0000 (18:10 +0800)
committerAlan Knowles <alan@roojs.com>
Thu, 14 May 2015 10:10:23 +0000 (18:10 +0800)
tests/TestCompiler.vala

index fe219a9..7c23d11 100644 (file)
@@ -157,13 +157,13 @@ namespace Palete {
 #endif
                        */
  
-                       Vala.CodeContext.pop ();
+                       
                        
                        context.resolver.resolve(new Vala.CodeContext());
                        context.analyzer.context = null;
                        context.flow_analyzer.analyze(new Vala.CodeContext());
                        //context.analyzer = null; << private
-                       
+                       Vala.CodeContext.pop ();
                          
                        print("%s\n", valac);
                        print("ALL OK?\n");