We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 258062c commit f04b149Copy full SHA for f04b149
source/httparsed.d
@@ -570,7 +570,7 @@ version (CI_MAIN)
570
data = "HTTP/1.0 200 OK\r\nContent-Type: text/plain\r\nContent-Length: 3\r\n\r\nfoo";
571
res = resParser.parseResponse(data);
572
assert(res == data.length - 3);
573
- debug printf("Test app works\n");
+ () @trusted { printf("Test app works\n"); }();
574
}
575
576
0 commit comments