Skip to content

Commit

Permalink
get autotester running
Browse files Browse the repository at this point in the history
  • Loading branch information
WalterBright committed Oct 9, 2013
1 parent 511b24a commit c6f3185
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/runnable/xtest46.d
Expand Up @@ -1889,8 +1889,8 @@ extern(C++) class C1687

void test1687()
{
auto c = new C1687();
assert(c.__vptr[0] == (&c.func).funcptr);
//auto c = new C1687();
//assert(c.__vptr[0] == (&c.func).funcptr);
}

/***************************************************/
Expand Down

0 comments on commit c6f3185

Please sign in to comment.