Fix test_fstring_lineno test in test_astbuilder.py
Fix failing test after changes in !730 (merged)
Consistent with CPython 3.6, 3.7, & 3.8; test with import ast; ast.parse('x=1\nf"{ x + 1}"').body[1].value.values[0].value.col_offset
Fix failing test after changes in !730 (merged)
Consistent with CPython 3.6, 3.7, & 3.8; test with import ast; ast.parse('x=1\nf"{ x + 1}"').body[1].value.values[0].value.col_offset