Skip to content

Commit

Permalink
Merge pull request #878 from 9rnsr/fix7906
Browse files Browse the repository at this point in the history
fix Issue 7906 test
  • Loading branch information
WalterBright committed Apr 14, 2012
2 parents 2b41879 + c8b00cc commit 08f18db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/runnable/xtest46.d
Original file line number Diff line number Diff line change
Expand Up @@ -4971,7 +4971,7 @@ void test7871()

void test7906()
{
enum s = [string.min];
static assert(!__traits(compiles, { enum s = [string.min]; }));
}

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

0 comments on commit 08f18db

Please sign in to comment.