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

Unified Diff: pkg/analyzer/test/cancelable_future_test.dart

Issue 849863002: Replace @ReflectiveTestCase() with @reflectiveTest. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 5 years, 11 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
Index: pkg/analyzer/test/cancelable_future_test.dart
diff --git a/pkg/analyzer/test/cancelable_future_test.dart b/pkg/analyzer/test/cancelable_future_test.dart
index ed0e9af4c561dafb903e568516215694a127807b..825945d717a440cb709ea1aa1505347dd7eefc4c 100644
--- a/pkg/analyzer/test/cancelable_future_test.dart
+++ b/pkg/analyzer/test/cancelable_future_test.dart
@@ -16,7 +16,7 @@ void main() {
runReflectiveTests(CancelableFutureTests);
}
-@ReflectiveTestCase()
+@reflectiveTest
class CancelableFutureTests {
Future test_defaultConstructor_returnValue() {
Object obj = new Object();
@@ -140,7 +140,7 @@ class CancelableFutureTests {
}
}
-@ReflectiveTestCase()
+@reflectiveTest
class CancelableCompleterTests {
CancelableCompleter<Object> completer;
int cancelCount = 0;

Powered by Google App Engine
This is Rietveld 408576698