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

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

Issue 2787063003: Fix analyzer warnings in a test. (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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/observatory/tests/service/regress_28980_test.dart
diff --git a/runtime/observatory/tests/service/regress_28980_test.dart b/runtime/observatory/tests/service/regress_28980_test.dart
index 79eb64449a2dcf1437ea57ee2ffab6caf392581a..2131225c60a0d4c76a5e5069e4e5ca5063d9e010 100644
--- a/runtime/observatory/tests/service/regress_28980_test.dart
+++ b/runtime/observatory/tests/service/regress_28980_test.dart
@@ -38,8 +38,8 @@ Future<Null> test_code() async {
locked = true; // LINE_B
} on FileSystemException {
if (!printed) {
- printTrace('Print path: ${_lock.path}');
- printStatus('Just another line...');
+ print('Print path: ${_lock.path}');
+ print('Just another line...');
printed = true;
}
await new Future<Null>.delayed(const Duration(milliseconds: 50));
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698