aboutsummaryrefslogtreecommitdiff
path: root/v_windows/v/vlib/v/checker/tests/char_str.out
diff options
context:
space:
mode:
Diffstat (limited to 'v_windows/v/vlib/v/checker/tests/char_str.out')
-rw-r--r--v_windows/v/vlib/v/checker/tests/char_str.out3
1 files changed, 3 insertions, 0 deletions
diff --git a/v_windows/v/vlib/v/checker/tests/char_str.out b/v_windows/v/vlib/v/checker/tests/char_str.out
new file mode 100644
index 0000000..9779e64
--- /dev/null
+++ b/v_windows/v/vlib/v/checker/tests/char_str.out
@@ -0,0 +1,3 @@
+vlib/v/checker/tests/char_str.vv:1:1: error: calling `.str()` on type `char` is not allowed, use its address or cast it to an integer instead
+ 1 | char(91).str()
+ | ~~~~~~~~~~~~~~