mirror of
https://github.com/AdaCore/langkit.git
synced 2026-02-12 12:28:12 -08:00
Testsuite: switch as many tests as possible to types_from_lkt=True
This commit is contained in:
@@ -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')
|
||||
|
||||
Reference in New Issue
Block a user