Testsuite: switch as many tests as possible to types_from_lkt=True

This commit is contained in:
Pierre-Marie de Rodat
2023-09-27 20:02:44 +00:00
parent 28c6b231f2
commit f4e0349e71
60 changed files with 261 additions and 78 deletions

View File

@@ -27,5 +27,9 @@ class Example(FooNode):
return a
build_and_run(lkt_file='expected_concrete_syntax.lkt', py_script='main.py')
build_and_run(
lkt_file='expected_concrete_syntax.lkt',
py_script='main.py',
types_from_lkt=True,
)
print('Done')