Skip to content

Commit f04b149

Browse files
committed
Diag text output
1 parent 258062c commit f04b149

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/httparsed.d

+1-1
Original file line numberDiff line numberDiff line change
@@ -570,7 +570,7 @@ version (CI_MAIN)
570570
data = "HTTP/1.0 200 OK\r\nContent-Type: text/plain\r\nContent-Length: 3\r\n\r\nfoo";
571571
res = resParser.parseResponse(data);
572572
assert(res == data.length - 3);
573-
debug printf("Test app works\n");
573+
() @trusted { printf("Test app works\n"); }();
574574
}
575575
}
576576
}

0 commit comments

Comments
 (0)