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

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

Issue 2759973004: Fix observatory tests broken by running dartfmt. Temporarily reverted formatting for evaluate_activ… (Closed)
Patch Set: Created 3 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/byte_array_test.dart ('k') | runtime/tests/vm/dart/double_materialize_test.dart » ('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 2db6e14b425fe3c7bafc7065713dba427d46f518..25a18c1a845f92895243f863c33a4202e732eced 100644
--- a/runtime/tests/vm/dart/data_uri_spawn_test.dart
+++ b/runtime/tests/vm/dart/data_uri_spawn_test.dart
@@ -7,7 +7,7 @@ import "package:unittest/unittest.dart";
Uri toDartDataUri(String source) {
return Uri.parse("data:application/dart;charset=utf-8,"
- "${Uri.encodeComponent(source)}");
+ "${Uri.encodeComponent(source)}");
}
main() {
@@ -26,4 +26,4 @@ main(List args, SendPort replyPort) {
}));
Isolate.spawnUri(toDartDataUri(source), [], receivePort.sendPort);
});
-}
+}
« no previous file with comments | « runtime/tests/vm/dart/byte_array_test.dart ('k') | runtime/tests/vm/dart/double_materialize_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698