* support/regression/tests/arithcsi.c: fixed regression test
authorborutr <borutr@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Sun, 20 Jan 2008 00:37:33 +0000 (00:37 +0000)
committerborutr <borutr@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Sun, 20 Jan 2008 00:37:33 +0000 (00:37 +0000)
git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@4998 4a8a32a2-be11-0410-ad9d-d568d2c75423

support/regression/tests/arithcse.c

index f63a74fdffe7ad978783fbcd51b177b356a00683..582b9e94eb5c4ff573dd15d5e3920d433311f3fd 100644 (file)
@@ -4,10 +4,12 @@
     attr: volatile,
  */
 
+#include <testfwk.h>
+
 void
 test_arithCse(void)
 {
-  (attr) {type} res;
+  {attr} {type} res;
   {attr} {type} i = 10;
 
   /* addition with 0 */