Commit a4fd9f4e authored by Stefan Behnel's avatar Stefan Behnel

Fix f-string error positions in nogil test.

parent e1776577
...@@ -166,7 +166,7 @@ _ERRORS = u""" ...@@ -166,7 +166,7 @@ _ERRORS = u"""
86:8: For-loop using object bounds or target not allowed without gil 86:8: For-loop using object bounds or target not allowed without gil
97:4: Discarding owned Python object not allowed without gil 97:4: Discarding owned Python object not allowed without gil
97:4: String formatting not allowed without gil 97:6: String formatting not allowed without gil
98:4: Discarding owned Python object not allowed without gil 98:4: Discarding owned Python object not allowed without gil
98:4: String formatting not allowed without gil 98:6: String formatting not allowed without gil
""" """
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment