Skip to content

Commit d243eb1

Browse files
dcharkesCommit Queue
authored and
Commit Queue
committed
[deps] Roll dart-lang/native
dart-lang/native#1018 dart-lang/native#1019 Change-Id: I0371ebbbba872bf90514f0f2e255957f6a89c8c5 Cq-Include-Trybots: luci.dart.try:pkg-linux-debug-try,pkg-linux-release-arm64-try,pkg-linux-release-try,pkg-mac-release-arm64-try,pkg-mac-release-try,pkg-win-release-arm64-try,pkg-win-release-try Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/357605 Reviewed-by: Moritz Sümmermann <[email protected]> Commit-Queue: Daco Harkes <[email protected]>
1 parent daa7f82 commit d243eb1

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

DEPS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ vars = {
163163
"material_color_utilities_rev": "799b6ba2f3f1c28c67cc7e0b4f18e0c7d7f3c03e",
164164
"mime_rev": "9a168712d6db610c3822617c132daea72d4fd2b5",
165165
"mockito_rev": "3ef744f8749864f2a036eba60c4203cc8f638949",
166-
"native_rev": "4fc6a333badace5d569bde4496462cc237dc3363", # mosum@ and dacoharkes@ are rolling breaking changes manually while the assets features are in experimental.
166+
"native_rev": "71ada4b5c8001e6b8207ed40331d158e0912cd94", # mosum@ and dacoharkes@ are rolling breaking changes manually while the assets features are in experimental.
167167
"package_config_rev": "3d90e6955ef19b7ce4f1b742a06a20ed4260700a",
168168
"path_rev": "a7b696071bd83d3ee0a0f1b57ac94d6b1f05cac4",
169169
"pool_rev": "c118f69d8a6441a8453bf7d455fd7c79d3ee1497",

pkg/dartdev/test/native_assets/build_test.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ void main(List<String> args) async {
9191
test('dart build native assets build failure', timeout: longTimeout,
9292
() async {
9393
await nativeAssetsTest('dart_app', (dartAppUri) async {
94-
final buildDotDart = dartAppUri.resolve('../native_add/build.dart');
94+
final buildDotDart = dartAppUri.resolve('../native_add/hook/build.dart');
9595
await File.fromUri(buildDotDart).writeAsString('''
9696
void main(List<String> args) {
9797
throw UnimplementedError();

pkg/dartdev/test/native_assets/compile_test.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ void main() async {
3838
test('dart compile native assets build failure', timeout: longTimeout,
3939
() async {
4040
await nativeAssetsTest('dart_app', (dartAppUri) async {
41-
final buildDotDart = dartAppUri.resolve('../native_add/build.dart');
41+
final buildDotDart = dartAppUri.resolve('../native_add/hook/build.dart');
4242
await File.fromUri(buildDotDart).writeAsString('''
4343
void main(List<String> args) {
4444
throw UnimplementedError();

0 commit comments

Comments
 (0)