Skip to content

Commit

Permalink
Merge pull request #2646 from WalterBright/get-autotest-running
Browse files Browse the repository at this point in the history
get autotester running
  • Loading branch information
9rnsr committed Oct 9, 2013
2 parents 511b24a + c6f3185 commit 1a7ce59
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 1a7ce59

Please sign in to comment.