Skip to content

Commit

Permalink
Merge pull request #367 from yebblies/issue6389
Browse files Browse the repository at this point in the history
Fix always-pass test for bug 6389.
  • Loading branch information
WalterBright committed Sep 25, 2011
2 parents f874ead + f5e7342 commit 8f5c0ca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/runnable/xtest46.d
Expand Up @@ -3268,8 +3268,8 @@ void test1471()

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

deprecated @disable int bug6389a;
static assert(!is(typeof({ int bug6389b = bug6389a; })));
deprecated @disable int bug6389;
static assert(!is(typeof(bug6389 = bug6389)));

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

Expand Down

0 comments on commit 8f5c0ca

Please sign in to comment.