| ... | @@ -59,6 +59,7 @@ pub fn expectEqual(expected: var, actual: @typeOf(expected)) void { | ... | @@ -59,6 +59,7 @@ pub fn expectEqual(expected: var, actual: @typeOf(expected)) void { |
| 59 | switch (pointer.size) { | 59 | switch (pointer.size) { |
| 60 | builtin.TypeInfo.Pointer.Size.One, | 60 | builtin.TypeInfo.Pointer.Size.One, |
| 61 | builtin.TypeInfo.Pointer.Size.Many, | 61 | builtin.TypeInfo.Pointer.Size.Many, |
| | 62 | builtin.TypeInfo.Pointer.Size.C, |
| 62 | => { | 63 | => { |
| 63 | if (actual != expected) { | 64 | if (actual != expected) { |
| 64 | std.debug.panic("expected {}, found {}", expected, actual); | 65 | std.debug.panic("expected {}, found {}", expected, actual); |