1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-04-27 08:43:40 -07:00

Need to call easy_tramp to get correct assertion handling.

Copied from Perforce
 Change: 187154
 ServerID: perforce.ravenbrook.com
This commit is contained in:
Gareth Rees 2014-10-07 22:16:11 +01:00
parent 14faacf4f4
commit 423d8e5104

View file

@ -7,6 +7,7 @@ TEST_HEADER
OUTPUT_SPEC
assert = true
assertfile P= global.c
assertcond = PoolHasAttr(refpool, AttrGC)
END_HEADER
*/
@ -34,7 +35,7 @@ static void test(void)
int main(void)
{
test();
easy_tramp(test);
pass();
return 0;
}