Skip to content

Commit

Permalink
avoid duplicate symbols with cppa test
Browse files Browse the repository at this point in the history
  • Loading branch information
rainers committed Jan 30, 2016
1 parent 4a0e490 commit 686aeec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/runnable/cppa.d
Expand Up @@ -396,7 +396,7 @@ void test13955()

extern(C++) class C13161
{
void dummyfunc() {}
void dummyfunc();
long val_5;
uint val_9;
}
Expand All @@ -411,7 +411,7 @@ extern(C++) size_t getoffset13161();

extern(C++) class C13161a
{
void dummyfunc() {}
void dummyfunc();
c_long_double val_5;
uint val_9;
}
Expand Down

0 comments on commit 686aeec

Please sign in to comment.