unittest "name" {}

deadalnix deadalnix at gmail.com
Sun Feb 12 00:15:22 UTC 2023


SDC supports the following syntax:

```d
unittest testname {
   // Test things here....
}
```


More information about the Digitalmars-d mailing list