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

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

Issue 17406010: Move getters from Options to Platform (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Fixed Dart_GetType Created 7 years, 6 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
« no previous file with comments | « tests/standalone/io/https_server_test.dart ('k') | tests/standalone/io/platform_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/standalone/io/options_test.dart
diff --git a/tests/standalone/io/options_test.dart b/tests/standalone/io/options_test.dart
index cad7d911df0dcab6f0f585aa799a8146b8f94f5c..9f61e35d45b5efe693717e64d8d28f74d2bed9a2 100644
--- a/tests/standalone/io/options_test.dart
+++ b/tests/standalone/io/options_test.dart
@@ -16,9 +16,6 @@ main() {
Expect.equals(10, int.parse(opts.arguments[0]));
Expect.equals("options_test", opts.arguments[1]);
Expect.equals(20, int.parse(opts.arguments[2]));
- Expect.isTrue(opts.executable.contains('dart'));
- Expect.isTrue(opts.script.replaceAll('\\', '/').
- endsWith('tests/standalone/io/options_test.dart'));
// Now add an additional argument.
opts.arguments.add("Fourth");
« no previous file with comments | « tests/standalone/io/https_server_test.dart ('k') | tests/standalone/io/platform_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698