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

Unified Diff: pkg/analysis_server/test/channel_test.dart

Issue 209003005: utility for manually running all analysis_server tests (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 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
Index: pkg/analysis_server/test/channel_test.dart
diff --git a/pkg/analysis_server/test/channel_test.dart b/pkg/analysis_server/test/channel_test.dart
index 95a34b7caca497bd6612cbfbedca526814a302e6..8527993b5bb0b1c23641f386bed31d5eff49606f 100644
--- a/pkg/analysis_server/test/channel_test.dart
+++ b/pkg/analysis_server/test/channel_test.dart
@@ -13,7 +13,7 @@ import 'package:unittest/unittest.dart';
import 'mocks.dart';
-main() {
+main(List<String> args) {
Brian Wilkerson 2014/03/22 14:37:20 I'm not sure what the value of adding 'args' is wh
danrubel 2014/03/25 19:03:58 Good point. Removed here and elsewhere.
group('WebSocketChannel', () {
setUp(WebSocketChannelTest.setUp);
test('close', WebSocketChannelTest.close);
« no previous file with comments | « no previous file | pkg/analysis_server/test/domain_context_test.dart » ('j') | pkg/analysis_server/test/test_runner.dart » ('J')

Powered by Google App Engine
This is Rietveld 408576698