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

Unified Diff: pkg/analysis_server/test/integration/asynchrony_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/analysis_server/test/integration/asynchrony_test.dart
diff --git a/pkg/analysis_server/test/integration/asynchrony_test.dart b/pkg/analysis_server/test/integration/asynchrony_test.dart
index 0194facb18f42cf6c2eeefe7578f61b9d085c7ed..ad4cd07b673bad2dddd23475c8dceb97a02eedcc 100644
--- a/pkg/analysis_server/test/integration/asynchrony_test.dart
+++ b/pkg/analysis_server/test/integration/asynchrony_test.dart
@@ -24,7 +24,7 @@ main() {
* Once enough commands have been sent, we begin reading from the server's
* output buffer, and verify that it responds to the last command.
*/
-@ReflectiveTestCase()
+@reflectiveTest
class AsynchronyIntegrationTest {
/**
* Number of messages to queue up before listening for responses.

Powered by Google App Engine
This is Rietveld 408576698