Skip to content

Commit e23c864

Browse files
committed
verify
1 parent 2239b79 commit e23c864

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

pkgs/native_toolchain_c/test/clinker/objects_helper.dart

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,8 @@ void runObjectsTests(
8080
await nmReadSymbols(asset, targetOS),
8181
stringContainsInOrder(['my_func', 'my_other_func']),
8282
);
83+
84+
print('done');
8385
});
8486
}
8587
}

pkgs/native_toolchain_c/test/clinker/treeshake_helper.dart

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,8 @@ void runTreeshakeTests(
116116

117117
final sizeInBytes = await File.fromUri(asset.file!).length();
118118
sizes[clinker.name] = sizeInBytes;
119+
120+
print('done');
119121
});
120122
}
121123
tearDownAll(() {

0 commit comments

Comments
 (0)