Skip to content

Commit

Permalink
disable test for Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
WalterBright committed May 26, 2012
1 parent 4c9b474 commit a24627e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions test/runnable/xtest46.d
Expand Up @@ -2458,8 +2458,14 @@ static assert( is (food5195 == good5195));

/***************************************************/

version (Windows)
{
}
else
{
int[0] var5332;
void test5332() { auto x = var5332; }
}

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

0 comments on commit a24627e

Please sign in to comment.