Fixed test broken by changing the type for AOP_INST_CST().
authorJustin Seyster <jseyster@cs.sunysb.edu>
Wed, 20 Oct 2010 20:01:03 +0000 (16:01 -0400)
committerJustin Seyster <jseyster@cs.sunysb.edu>
Wed, 20 Oct 2010 20:01:03 +0000 (16:01 -0400)
test/duplicate.xml

index e5b6b6013f836e0020b947187ea0b556376fba6c..90cad8da4e14bef1f6c9333df369cb3cd15c82b8 100644 (file)
@@ -21,7 +21,7 @@
       int _distrib();
       void _assign_advice();
       void _bar_advice();
-      void _entry_advice(signed char *, ALL_SIGNED_T);
+      void _entry_advice(signed char *, int32_t);
       void _exit_advice(signed char *);
     </prototypes>
   </run>