Skip to content

Commit 73242a3

Browse files
committed
add explanatory comment in environment unittest
1 parent 68b1ab0 commit 73242a3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

std/process.d

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3290,6 +3290,9 @@ private:
32903290
assert (res !is null);
32913291
assert (res == "");
32923292

3293+
// Important to do the following round-trip after the previous test
3294+
// because it tests toAA with an empty var
3295+
32933296
// Convert to associative array
32943297
auto aa = environment.toAA();
32953298
assert (aa.length > 0);

0 commit comments

Comments
 (0)