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

Unified Diff: runtime/observatory/tests/service/deferred_library.dart

Issue 2767533002: Revert "Fix observatory tests broken by running dartfmt." (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
Index: runtime/observatory/tests/service/deferred_library.dart
diff --git a/runtime/observatory/tests/service/deferred_library.dart b/runtime/observatory/tests/service/deferred_library.dart
index 9a40be64fdce96f26c1ab24e514f839087f067bc..d2074ee6dd7d619fdbdf1e045b5166ac662b2686 100644
--- a/runtime/observatory/tests/service/deferred_library.dart
+++ b/runtime/observatory/tests/service/deferred_library.dart
@@ -12,7 +12,7 @@ int decValue(int amount) {
}
void deferredTest() {
- decValue(decValue(1)); // line 15
+ decValue(decValue(1)); // line 15
- decValue(decValue(1)); // line 17
+ decValue(decValue(1)); // line 17
}
« no previous file with comments | « runtime/observatory/tests/service/debugging_test.dart ('k') | runtime/observatory/tests/service/dev_fs_http_put_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698