From a2560c711cdc75a7d618c198d24e7643e07ab955 Mon Sep 17 00:00:00 2001 From: Geod24 Date: Sat, 11 Apr 2020 02:11:26 +0900 Subject: [PATCH] Remove outdated comment about fixed issue --- std/conv.d | 2 -- 1 file changed, 2 deletions(-) diff --git a/std/conv.d b/std/conv.d index 289aa6602..55a096307 100644 --- a/std/conv.d +++ b/std/conv.d @@ -5097,8 +5097,6 @@ if (!is(T == class)) //postblit precedence @system unittest { - //Works, but breaks in "-w -O" because of @@@9332@@@. - //Uncomment test when 9332 is fixed. static struct S { int i;