Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2211)

Unified Diff: test/kernel/regression/unsupported_platform_library.dart

Issue 2059763002: Update dart2js deps to prevent crash on unsupported platform libraries. (Closed) Base URL: git@github.com:dart-lang/rasta.git@mandatory_initializer
Patch Set: Created 4 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « submodules.txt ('k') | test/kernel/regression/unsupported_platform_library.dart.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/kernel/regression/unsupported_platform_library.dart
diff --git a/test/kernel/regression/deferred_lib.dart b/test/kernel/regression/unsupported_platform_library.dart
similarity index 85%
copy from test/kernel/regression/deferred_lib.dart
copy to test/kernel/regression/unsupported_platform_library.dart
index b4e6442acb004dce20232556b3b8f42e63cc78eb..ca1de9bd5f7a6c3bc1f8b53693122dbe8819d6e0 100644
--- a/test/kernel/regression/deferred_lib.dart
+++ b/test/kernel/regression/unsupported_platform_library.dart
@@ -2,6 +2,5 @@
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE.md file.
-library deferred_lib;
-
-foo() => null;
+import 'dart:html';
+import 'dart:io';
« no previous file with comments | « submodules.txt ('k') | test/kernel/regression/unsupported_platform_library.dart.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698