Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit bb0a696

Browse files
update run_tests.py
1 parent d94f0d3 commit bb0a696

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

testing/run_tests.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -837,7 +837,8 @@ def GatherConstFinderTests(build_dir):
837837
'--disable-dart-dev',
838838
os.path.join(test_dir, 'const_finder_test.dart'),
839839
os.path.join(build_dir, 'gen', 'frontend_server.dart.snapshot'),
840-
os.path.join(build_dir, 'flutter_patched_sdk')
840+
os.path.join(build_dir, 'flutter_patched_sdk'),
841+
os.path.join(build_dir, 'dart-sdk', 'lib', 'libraries.json')
841842
]
842843
yield EngineExecutableTask(
843844
build_dir,

0 commit comments

Comments
 (0)