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

Unified Diff: dart/tests/try/poi/poi_test.dart

Issue 551383002: Add --enable-dart-mind option to poi.dart. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: Update test to use new variable name. Created 6 years, 3 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 | « dart/site/try/poi/poi.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: dart/tests/try/poi/poi_test.dart
diff --git a/dart/tests/try/poi/poi_test.dart b/dart/tests/try/poi/poi_test.dart
index e02fe1c410d57c5dcdf30bac91b47c4497179305..9e79274e607291e36e550403eb7b484b09449e68 100644
--- a/dart/tests/try/poi/poi_test.dart
+++ b/dart/tests/try/poi/poi_test.dart
@@ -35,7 +35,7 @@ void main() {
new PoiTest(Platform.script, position),
];
- poi.enableDartMind = false;
+ poi.isDartMindEnabled = false;
ahe 2014/09/09 15:01:01 Trivial update of this test.
asyncTest(() => Future.forEach(tests, (PoiTest test) => test.run()));
}
« no previous file with comments | « dart/site/try/poi/poi.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698