]> git.llucax.com Git - software/druntime.git/commitdiff
cover.d does not produce output
authorwalter <walter@4a9d5153-6564-4b3f-b5e1-7e8e9dac548f>
Mon, 24 Nov 2008 03:06:35 +0000 (03:06 +0000)
committerwalter <walter@4a9d5153-6564-4b3f-b5e1-7e8e9dac548f>
Mon, 24 Nov 2008 03:06:35 +0000 (03:06 +0000)
git-svn-id: http://svn.dsource.org/projects/druntime/trunk@49 4a9d5153-6564-4b3f-b5e1-7e8e9dac548f

src/compiler/dmd/cover.d

index 2fc1cab5ab8966c4a3eae1ab1a11c2d382aea311..b884082de31d53fb423204e8ecbb4425e114735f 100644 (file)
@@ -1,3 +1,6 @@
+/+ Commented out because it produces no output file.
+   Gone back to phobos/std/cover for the moment.
+
 /**
  * Code coverage analyzer.
  *
@@ -371,3 +374,4 @@ char[] expandTabs( char[] string, int tabsize = 8 )
     }
     return result;
 }
++/