diff options
Diffstat (limited to 'v_windows/v/vlib/v/tests/inout/fixed_array_slice.out')
-rw-r--r-- | v_windows/v/vlib/v/tests/inout/fixed_array_slice.out | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/v_windows/v/vlib/v/tests/inout/fixed_array_slice.out b/v_windows/v/vlib/v/tests/inout/fixed_array_slice.out new file mode 100644 index 0000000..d98ba7a --- /dev/null +++ b/v_windows/v/vlib/v/tests/inout/fixed_array_slice.out @@ -0,0 +1,5 @@ +================ V panic ================ + module: builtin + function: slice() + message: array.slice: slice bounds out of range (3 >= 2) + file: vlib/builtin/array.v |