Skip to content

Commit

Permalink
Supplemental change for druntime pull 522.
Browse files Browse the repository at this point in the history
  • Loading branch information
denis-sh committed Jul 7, 2013
1 parent 653e98b commit 3d70942
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/runnable/testaa.d
Expand Up @@ -249,8 +249,8 @@ void test11()
printf("Key.hash = %d\n", Key.hash);
assert(Key.hash == 1);
printf("Key.cmp = %d\n", Key.cmp);
assert(Key.cmp == 1);
// assert(Key.equals == 1);
printf("Key.equals = %d\n", Key.equals);
assert(Key.cmp == 1 && !Key.equals || !Key.cmp && Key.equals == 1);
}


Expand Down

0 comments on commit 3d70942

Please sign in to comment.