diff test/testc3.py @ 311:ff665880a6b0

Added testcase for kernel and userspace
author Windel Bouwman
date Mon, 16 Dec 2013 12:49:24 +0100
parents 2e7f55319858
children 04cf4d26a3bc
line wrap: on
line diff
--- a/test/testc3.py	Fri Dec 13 14:10:10 2013 +0100
+++ b/test/testc3.py	Mon Dec 16 12:49:24 2013 +0100
@@ -261,7 +261,7 @@
         snippet = """
         module tst;
         function void t() {
-         if (3) {
+         if (3+3) {
          }
         }
         """