mirror of
https://github.com/AdaCore/langkit.git
synced 2026-02-12 12:28:12 -08:00
RA22-015: Add entity_eq to lkt_parse
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@@ -32,7 +32,7 @@ tests = sorted(((P.join(root, f), P.basename(root))
|
||||
# parse them all.
|
||||
test_whitelist = [
|
||||
'dflt_arg_val', 'rewriting', 'ghost_nodes', 'import_argcount',
|
||||
'symbol_type', 'unicode_buffer', 'array_types'
|
||||
'symbol_type', 'unicode_buffer', 'array_types', 'entity_eq'
|
||||
]
|
||||
whitelisted_tests = [t for t in tests if t[1] in test_whitelist]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user