Skip to content

Commit 6fe79b4

Browse files
committed
weehee
1 parent 5da2e36 commit 6fe79b4

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

test/wscript

+2-3
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,8 @@ def build(bld):
1616
# projects.
1717
sources = bld.path.find_dir('..').find_dir('src').ant_glob('**/*.d')
1818

19-
# this bit depends on the linker having C++ capabilities (which most have),
20-
# namely because there are N (identical) definitions flying around and
21-
# the linker needs to scrap N-1 of them.
19+
# this bit compiles each individual source file for the purpose of
20+
# unit testing.
2221
i = 0
2322
for s in sources:
2423
kosher_s = str(s).replace('.', '_')

0 commit comments

Comments
 (0)