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

Unified Diff: runtime/tests/vm/dart/data_uri_spawn_test.dart

Issue 1024253002: Adjust status of data_uri_failures_test to allow for the browser's more permissive handling of data… (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 5 years, 9 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 | « runtime/tests/vm/dart/data_uri_failures_test.dart ('k') | runtime/tests/vm/vm.status » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/tests/vm/dart/data_uri_spawn_test.dart
diff --git a/runtime/tests/vm/dart/data_uri_spawn_test.dart b/runtime/tests/vm/dart/data_uri_spawn_test.dart
index 3ee0370ea1821a52f8a6d209dff4cc6eb4258988..2db6e14b425fe3c7bafc7065713dba427d46f518 100644
--- a/runtime/tests/vm/dart/data_uri_spawn_test.dart
+++ b/runtime/tests/vm/dart/data_uri_spawn_test.dart
@@ -15,7 +15,6 @@ main() {
String source = """
import "dart:isolate";
main(List args, SendPort replyPort) {
- print('Child running');
replyPort.send(42);
}
""";
« no previous file with comments | « runtime/tests/vm/dart/data_uri_failures_test.dart ('k') | runtime/tests/vm/vm.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698