aboutsummaryrefslogtreecommitdiff
path: root/v_windows/v/vlib/v/tests/inout/fixed_array_slice.out
diff options
context:
space:
mode:
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.out5
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