On Saturday, 4 September 2021 at 20:05:17 UTC, Per Nordlöw wrote:
```sh
time dmd import_std.d -o-
```

should be

```sh
time dmd -unittest import_std.d -o-
```

Reply via email to