We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d3ad5a commit 271de4fCopy full SHA for 271de4f
tests/plugin/callbacks/exception/input.c
@@ -17,3 +17,4 @@
17
<http://www.gnu.org/licenses/>.
18
*/
19
20
+int nonempty;
tests/plugin/callbacks/exception/stderr.txt
@@ -1,4 +1,4 @@
1
-tests/plugin/callbacks/exception/input.c:1:nn: error: Unhandled Python exception raised within callback
+tests/plugin/callbacks/exception/input.c:20:nn: error: Unhandled Python exception raised within callback
2
Traceback (most recent call last):
3
File "tests/plugin/callbacks/exception/script.py", line 22, in my_callback
4
raise RuntimeError("This is a test of raising an exception")
0 commit comments