| 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
|
|
|