v2 / vlib / v / slow_tests / inout / panic_on_fixed_array_slice.out
5 lines · 5 sloc · 171 bytes · e8e1df6df9e0f8bb299f24e2993263466d309b25
Raw
1================ V panic ================
2 module: builtin
3 function: slice()
4 message: array.slice: slice bounds out of range (3 >= 2)
5 file: vlib/builtin/array.v
6