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

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

Issue 2165863002: Suppressed warnings (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 4 years, 5 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/observatory/tests/service/dev_fs_spawn_test.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/observatory/tests/service/test_helper.dart
diff --git a/runtime/observatory/tests/service/test_helper.dart b/runtime/observatory/tests/service/test_helper.dart
index 1a66047744b07f4c4d465c7f5891d0a0b17ea9d8..28c31ade66c40bada310e2d91fe014b649564b04 100644
--- a/runtime/observatory/tests/service/test_helper.dart
+++ b/runtime/observatory/tests/service/test_helper.dart
@@ -312,6 +312,10 @@ class _FlutterDeviceServiceTesterRunner {
}
}
+void suppressWarning() {
+ new _FlutterDeviceServiceTesterRunner();
+}
+
class _ServiceTesterRunner {
void run({List<String> mainArgs,
List<VMTest> vmTests,
« no previous file with comments | « runtime/observatory/tests/service/dev_fs_spawn_test.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698