v2 / vlib / v / slow_tests / repl / error_eval_script.repl
7 lines · 7 sloc · 140 bytes · bf23b2ef4625d8b7cd7665509a5594f91e22bbe8
Raw
1"text") exit(-1)
2===output===
3error: expression evaluated but not used
4 5 | import math
5 6 |
6 7 | "text") exit(-1)
7 | ~~~~~~
8