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

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

Issue 394543002: Find token at position and query Dart Mind if identifier or keyword. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: Merged with r39130. Created 6 years, 4 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/tests/try/poi/poi_find_test.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 166c4bee929ac1298d49d46428a7a88a77a9be3b..e02fe1c410d57c5dcdf30bac91b47c4497179305 100644
--- a/dart/tests/try/poi/poi_test.dart
+++ b/dart/tests/try/poi/poi_test.dart
@@ -27,7 +27,7 @@ class PoiTest {
}
void main() {
- int position = 710;
+ int position = 695;
List tests = [
// The file empty_main.dart is a regression test for crash in
// resolveMetadataAnnotation in dart2js.
@@ -35,5 +35,7 @@ void main() {
new PoiTest(Platform.script, position),
];
+ poi.enableDartMind = false;
+
asyncTest(() => Future.forEach(tests, (PoiTest test) => test.run()));
}
« no previous file with comments | « dart/tests/try/poi/poi_find_test.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698