Re-enable unittest that is now working.

This commit is contained in:
H. S. Teoh 2013-02-07 16:24:02 -08:00
parent eec793e18c
commit 30fca5f703

View file

@ -11399,8 +11399,6 @@ unittest
// And therefore, by set comprehension, XY == Expected // And therefore, by set comprehension, XY == Expected
} }
// FIXME: this unittest has been disabled because of issue 8542.
version(none)
unittest unittest
{ {
auto N = sequence!"n"(0); auto N = sequence!"n"(0);