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

Unified Diff: lib/src/deprecated/simple_configuration.dart

Issue 1046353002: Remove deprecated members from this repo. (Closed) Base URL: git@github.com:dart-lang/test@master
Patch Set: Created 5 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 | « lib/src/deprecated/configuration.dart ('k') | lib/src/deprecated/test_case.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/src/deprecated/simple_configuration.dart
diff --git a/lib/src/deprecated/simple_configuration.dart b/lib/src/deprecated/simple_configuration.dart
deleted file mode 100644
index 8bf676a56f4118f5005422e27d64b50d8e006c3e..0000000000000000000000000000000000000000
--- a/lib/src/deprecated/simple_configuration.dart
+++ /dev/null
@@ -1,19 +0,0 @@
-// Copyright (c) 2013, the Dart project authors. Please see the AUTHORS file
-// for details. All rights reserved. Use of this source code is governed by a
-// BSD-style license that can be found in the LICENSE file.
-
-library test.deprecated.simple_configuration;
-
-import 'test_case.dart';
-import 'configuration.dart';
-
-/// This is a stub class used to preserve compatibility with unittest 0.11.*.
-///
-/// It will be removed before the next version is released.
-@deprecated
-class SimpleConfiguration extends Configuration {
- bool throwOnTestFailures = true;
- SimpleConfiguration() : super.blank();
-
- String formatResult(TestCase testCase) => "";
-}
« no previous file with comments | « lib/src/deprecated/configuration.dart ('k') | lib/src/deprecated/test_case.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698