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:
parent
14faacf4f4
commit
423d8e5104
1 changed files with 2 additions and 1 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue