Skip to content

Commit 4e07e9f

Browse files
authored
Merge pull request #2117 from mathias-baumann-sociomantic/patch-1
Correct unittest point: with -> without merged-on-behalf-of: Sebastian Wilzbach <sebi.wilzbach@gmail.com>
2 parents 929d6a7 + 4da2572 commit 4e07e9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/betterc.dd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ $(OL
5050
$(LI `synchronized` and $(MREF core, sync))
5151
$(LI Static module constructors or deconstructors)
5252
$(LI Struct deconstructors)
53-
$(LI `unittest` (testing can be as usual with the `-betterC` flag))
53+
$(LI `unittest` (testing can be done without the `-betterC` flag))
5454
)
5555

5656
The predefined $(LINK2 version.html, version) `D_BetterC` can be used for conditional compilation.

0 commit comments

Comments
 (0)