forked from Imagelibrary/binutils-gdb
[gdb/python] Fix typo in test_python
Fix typo in ref_output_0 variable in test_python. Tested by running the selftest on x86_64-linux with python 3.11.
This commit is contained in:
@@ -2242,7 +2242,7 @@ test_python ()
|
|||||||
SELF_CHECK (saw_exception);
|
SELF_CHECK (saw_exception);
|
||||||
std::string ref_output_0 ("Traceback (most recent call last):\n"
|
std::string ref_output_0 ("Traceback (most recent call last):\n"
|
||||||
" File \"<string>\", line 0, in <module>\n"
|
" File \"<string>\", line 0, in <module>\n"
|
||||||
" KeyboardInterrupt\n");
|
"KeyboardInterrupt\n");
|
||||||
std::string ref_output_1 ("Traceback (most recent call last):\n"
|
std::string ref_output_1 ("Traceback (most recent call last):\n"
|
||||||
" File \"<string>\", line 1, in <module>\n"
|
" File \"<string>\", line 1, in <module>\n"
|
||||||
"KeyboardInterrupt\n");
|
"KeyboardInterrupt\n");
|
||||||
|
|||||||
Reference in New Issue
Block a user