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

Unified Diff: test/testing.dart

Issue 11450020: (Fix #215) better error printing in editor & extension, adds mapping for editor (Closed) Base URL: git@github.com:dart-lang/dart-web-components.git@master
Patch Set: Created 8 years 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
« lib/src/messages.dart ('K') | « lib/src/options.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/testing.dart
diff --git a/test/testing.dart b/test/testing.dart
index a5ade0eb6515f2a014facdded3ad300a3afb4e83..b6f41e26d9f97770f08498f24cd2d8a86e235078 100644
--- a/test/testing.dart
+++ b/test/testing.dart
@@ -15,7 +15,7 @@ import 'package:web_components/src/files.dart';
import 'package:web_components/src/file_system/path.dart';
useMockMessages() {
- messages = new Messages(printHandler: (message) {});
+ messages = new Messages(shouldPrint: false);
}
Document parseDocument(String html) => parse(html);
« lib/src/messages.dart ('K') | « lib/src/options.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698