Skip to content

Commit ac6533c

Browse files
committed
fixup test
1 parent ccee320 commit ac6533c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/mir/ndslice/package.d

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -763,5 +763,5 @@ unittest
763763

764764
assert(combine1[0, 0] == 1);
765765
assert(combine2[0, 0] == 1);
766-
static assert(is(typeof(combine2[0, 0]) == long));
766+
static assert(is(typeof(combine2[0, 0]) == sizediff_t));
767767
}

0 commit comments

Comments
 (0)