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

Unified Diff: pkg/intl/test/message_extraction/message_extraction_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
Index: pkg/intl/test/message_extraction/message_extraction_test.dart
diff --git a/pkg/intl/test/message_extraction/message_extraction_test.dart b/pkg/intl/test/message_extraction/message_extraction_test.dart
index 85e032386ff35bbeb5912621baaa646f59e8fec1..c8bd55abd6beeb99b89eca293bb628c7d59618e6 100644
--- a/pkg/intl/test/message_extraction/message_extraction_test.dart
+++ b/pkg/intl/test/message_extraction/message_extraction_test.dart
@@ -10,7 +10,7 @@ import 'dart:async';
import 'package:pathos/path.dart' as path;
import '../data_directory.dart';
-final dart = new Options().executable;
+final dart = Platform.executable;
// TODO(alanknight): We have no way of knowing what the package-root is,
// so when we're running under the test framework, which sets the
« no previous file with comments | « pkg/analyzer_experimental/lib/src/services/runtime/coverage/coverage_impl.dart ('k') | pkg/scheduled_test/test/metatest.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698