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

Unified Diff: runtime/observatory/tests/service/reload_sources_test.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/reload_sources_test.dart
diff --git a/runtime/observatory/tests/service/reload_sources_test.dart b/runtime/observatory/tests/service/reload_sources_test.dart
index bbcdf85ef1738bfd2bd1433b09d6036000bca228..64f5eac816e979593449014ada1f461f7a3aa7a1 100644
--- a/runtime/observatory/tests/service/reload_sources_test.dart
+++ b/runtime/observatory/tests/service/reload_sources_test.dart
@@ -8,9 +8,10 @@ import 'dart:developer';
import 'service_test_common.dart';
testMain() {
- debugger(); // Stop here.
+ debugger(); // Stop here.
print('1');
- while (true) {}
+ while (true) {
+ }
}
var tests = [

Powered by Google App Engine
This is Rietveld 408576698