projects
/
interaspect.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f6edc33
)
Fixed test broken by changing the type for AOP_INST_CST().
author
Justin Seyster
<jseyster@cs.sunysb.edu>
Wed, 20 Oct 2010 20:01:03 +0000
(16:01 -0400)
committer
Justin Seyster
<jseyster@cs.sunysb.edu>
Wed, 20 Oct 2010 20:01:03 +0000
(16:01 -0400)
test/duplicate.xml
patch
|
blob
|
history
diff --git
a/test/duplicate.xml
b/test/duplicate.xml
index e5b6b6013f836e0020b947187ea0b556376fba6c..90cad8da4e14bef1f6c9333df369cb3cd15c82b8 100644
(file)
--- a/
test/duplicate.xml
+++ b/
test/duplicate.xml
@@
-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>