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

Unified Diff: test/testing.dart

Issue 1131243005: pkg/csslib: use pkg/test and allow latest version of logging pkg (Closed) Base URL: https://github.com/dart-lang/csslib@master
Patch Set: Created 5 years, 7 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 | « test/selector_test.dart ('k') | test/var_test.dart » ('j') | 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 df65532cef7815917fae0180f0f2e96b1502fdd6..de2aab190b54575e1a184dad20e588337bc6ef7e 100644
--- a/test/testing.dart
+++ b/test/testing.dart
@@ -24,10 +24,6 @@ const simpleOptions =
const options = const PreprocessorOptions(
useColors: false, warningsAsErrors: true, inputFile: 'memory');
-void useMockMessages() {
- messages = new Messages(printHandler: (message) {});
-}
-
/**
* Spin-up CSS parser in checked mode to detect any problematic CSS. Normally,
* CSS will allow any property/value pairs regardless of validity; all of our
« no previous file with comments | « test/selector_test.dart ('k') | test/var_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698