Skip to content
This repository was archived by the owner on Oct 12, 2022. It is now read-only.

Commit 18628c8

Browse files
committed
add bugzilla id in nothrow dtor unittest
1 parent f059df8 commit 18628c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/object.d

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -882,9 +882,9 @@ nothrow @safe @nogc unittest
882882
}
883883
}
884884

885-
// Test to ensure proper behavior of `nothrow` destructors
886885
nothrow unittest
887886
{
887+
// Bugzilla 20049: Test to ensure proper behavior of `nothrow` destructors
888888
class C
889889
{
890890
static int dtorCount = 0;

0 commit comments

Comments
 (0)