diff --git a/tests/test_ast.py b/tests/test_ast.py index dadd1eb80..98881e484 100644 --- a/tests/test_ast.py +++ b/tests/test_ast.py @@ -47,7 +47,7 @@ def test_gather_load_store_names_tuple(): # the second line wil be transformed still even though l exists. 'l = 1', ]) -def test_multilline_num(line1): +def test_multilline_num(xonsh_builtins, line1): code = line1 + '\nls -l\n' tree = check_parse(code) lsnode = tree.body[1]