From 30fca5f703f3828c8cc1c1bc4dfd65f69814d5c9 Mon Sep 17 00:00:00 2001 From: "H. S. Teoh" Date: Thu, 7 Feb 2013 16:24:02 -0800 Subject: [PATCH] Re-enable unittest that is now working. --- std/algorithm.d | 2 -- 1 file changed, 2 deletions(-) diff --git a/std/algorithm.d b/std/algorithm.d index c8486a362..eae4f6b93 100644 --- a/std/algorithm.d +++ b/std/algorithm.d @@ -11399,8 +11399,6 @@ unittest // And therefore, by set comprehension, XY == Expected } -// FIXME: this unittest has been disabled because of issue 8542. -version(none) unittest { auto N = sequence!"n"(0);