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

Commit 51cf1f0

Browse files
author
Emmanuel Garcia
committed
Debug test
1 parent 05633e8 commit 51cf1f0

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

runtime/fixtures/runtime_test.dart

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,17 @@ import 'split_lib_test.dart' deferred as splitlib;
1313
// ignore: unused_element
1414
void _registerPlugins() {
1515
try {
16+
print('_registerPlugins');
1617
passMessageForDartRegistrantTest('_registerPlugins');
18+
print('_registerPlugins 2');
1719
} catch(_) {}
1820
}
1921

2022
void main() {
2123
try {
24+
print('main');
2225
passMessageForDartRegistrantTest('main');
26+
print('main 2');
2327
} catch(_) {}
2428
}
2529

0 commit comments

Comments
 (0)