| author | |
| committer | |
| log | 8524404f715ea660c4469dadb37701f7a46f85af |
| tree | 38f7bc47f28bcd7d052cc37ad8e00f05c40ecf5b |
| parent | 78811ff4acf6d05ae9e6d9acafe58f40ae3ae952 |
| signature |
1 files changed, 0 insertions(+), 6 deletions(-)
test/stage1/behavior/array.zig-6| ... | ... | @@ -360,9 +360,3 @@ test "access the null element of a null terminated array" { |
| 360 | 360 | S.doTheTest(); |
| 361 | 361 | comptime S.doTheTest(); |
| 362 | 362 | } |
| 363 | ||
| 364 | test "type coerce sentinel-terminated array to non-sentinel-terminated array" { | |
| 365 | var array: [2]u8 = [_:255]u8{1, 2}; | |
| 366 | expect(array[0] == 1); | |
| 367 | expect(array[1] == 2); | |
| 368 | } |