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

Unified Diff: tests/standalone/io/secure_bad_certificate_client.dart

Issue 37033002: dart:io | Remove uses of Options class from standalone tests. Mark Options deprecated. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Remove commented lines from standalone.status. Created 7 years, 2 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: tests/standalone/io/secure_bad_certificate_client.dart
diff --git a/tests/standalone/io/secure_bad_certificate_client.dart b/tests/standalone/io/secure_bad_certificate_client.dart
index 440bca2a4a5bc08973b6953bab080b14137bd7bc..c3922aeac3f1e15335a764a2d738707d7b17e25b 100644
--- a/tests/standalone/io/secure_bad_certificate_client.dart
+++ b/tests/standalone/io/secure_bad_certificate_client.dart
@@ -52,8 +52,7 @@ void runClient(int port, result) {
}
-void main() {
- final args = new Options().arguments;
+void main(List<String> args) {
SecureSocket.initialize();
runClient(int.parse(args[0]), args[1]);
}
« no previous file with comments | « tests/standalone/io/raw_socket_cross_process_test.dart ('k') | tests/standalone/io/secure_bad_certificate_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698