lexical_envs/sorted_foreign: fix stdout mixup on Windows

TN: T320-010
This commit is contained in:
Pierre-Marie de Rodat
2020-03-30 11:31:48 +02:00
committed by Pierre-Marie de Rodat
parent b2a77997db
commit bf9e45c98f

View File

@@ -38,6 +38,7 @@ for label, loaders in [
for l in loaders:
l()
u = ctx.get_from_file('main.txt')
sys.stdout.flush()
u._dump_lexical_env()
print('')