Skip to content

Commit 47b3654

Browse files
committed
TEST: update format tests for layout changes
1 parent a3d53d2 commit 47b3654

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/format.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,13 +62,13 @@ fn debug_format() {
6262
"\
6363
[[0, 0, 0, 0],
6464
[0, 0, 0, 0],
65-
[0, 0, 0, 0]], shape=[3, 4], strides=[4, 1], layout=C (0x1), const ndim=2"
65+
[0, 0, 0, 0]], shape=[3, 4], strides=[4, 1], layout=Cc (0x5), const ndim=2"
6666
);
6767
assert_eq!(
6868
format!("{:?}", a.into_dyn()),
6969
"\
7070
[[0, 0, 0, 0],
7171
[0, 0, 0, 0],
72-
[0, 0, 0, 0]], shape=[3, 4], strides=[4, 1], layout=C (0x1), dynamic ndim=2"
72+
[0, 0, 0, 0]], shape=[3, 4], strides=[4, 1], layout=Cc (0x5), dynamic ndim=2"
7373
);
7474
}

0 commit comments

Comments
 (0)