We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f77045 commit b9706daCopy full SHA for b9706da
source/mir/stdio.d
@@ -317,6 +317,7 @@ private static immutable flushException = new FileException("Error on file flush
317
private static immutable writeError = new FileError("Error on file write");
318
private static immutable flushError = new FileError("Error on file flush");
319
320
+version(mir_test)
321
@safe unittest
322
{
323
static struct ParameterSpec
0 commit comments