Skip to content

Commit

Permalink
Fix test for issue 8128.
Browse files Browse the repository at this point in the history
  • Loading branch information
9rnsr committed Sep 30, 2012
1 parent 1d70dce commit d0115da
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions test/runnable/test19.d
Original file line number Diff line number Diff line change
Expand Up @@ -420,6 +420,8 @@ void test8128()
assert(flag8128 == 1);
}

/* ================================ */

int main()
{
test1();
Expand All @@ -442,6 +444,8 @@ int main()
test18();
test19();
test20();
test8128();

printf("Success\n");
return 0;
}

0 comments on commit d0115da

Please sign in to comment.