mirror of
https://github.com/AdaCore/langkit.git
synced 2026-02-12 12:28:12 -08:00
lexical_envs/sorted_foreign: fix stdout mixup on Windows
TN: T320-010
This commit is contained in:
committed by
Pierre-Marie de Rodat
parent
b2a77997db
commit
bf9e45c98f
@@ -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('')
|
||||
|
||||
|
||||
Reference in New Issue
Block a user