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

Unified Diff: pkg/analysis_server/test/protocol_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/protocol_test.dart
diff --git a/pkg/analysis_server/test/protocol_test.dart b/pkg/analysis_server/test/protocol_test.dart
index ae5eac922be4c783609fbbcc7cee42d0059a4605..fa32853d4cf3d8db4253ceb60adff5ba2471eb7b 100644
--- a/pkg/analysis_server/test/protocol_test.dart
+++ b/pkg/analysis_server/test/protocol_test.dart
@@ -9,7 +9,7 @@ import 'package:unittest/matcher.dart';
import 'package:unittest/unittest.dart';
import 'dart:convert';
-main() {
+main(List<String> args) {
group('Notification', () {
test('getParameter_defined', NotificationTest.getParameter_defined);
test('getParameter_undefined', NotificationTest.getParameter_undefined);

Powered by Google App Engine
This is Rietveld 408576698