fix windows tests

This commit is contained in:
Anthony Scopatz 2017-03-02 23:25:30 -05:00
parent a312b783aa
commit bdd0ecbe5c

View file

@ -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]