Skip to content

Commit c94c85d

Browse files
Merge pull request dlang#1509 from MartinNowak/remove_test_startup_notice
remove more pointless start/pass output
2 parents 5fe4cd9 + 8d84991 commit c94c85d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

test/shared/src/finalize.d

-2
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ extern (C) alias SetFinalizeCounter = void function(shared(size_t*));
2828

2929
void main(string[] args)
3030
{
31-
printf("STARTING finalize\n");
3231
auto name = args[0];
3332
assert(name[$-9 .. $] == "/finalize");
3433
name = name[0 .. $-8] ~ "lib.so";
@@ -57,5 +56,4 @@ void main(string[] args)
5756
assert(0);
5857
if (nf2._finalizeCounter)
5958
assert(0);
60-
printf("PASS finalize\n");
6159
}

0 commit comments

Comments
 (0)