Skip to content

Commit c6c821f

Browse files
committed
fixup
1 parent eb8e960 commit c6c821f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/mir/test.d

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ unittest
118118
should(1) == 1;
119119

120120
ubyte[] val = [0, 2, 3];
121-
val.should = [0, 2, 3];
121+
val.should == [0, 2, 3];
122122
}
123123

124124
///

0 commit comments

Comments
 (0)