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: dart/tests/try/poi/serialize_test.dart

Issue 393833002: Use library name instead of filename. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: Merged with r39134 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/data/interesting.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/serialize_test.dart
diff --git a/dart/tests/try/poi/serialize_test.dart b/dart/tests/try/poi/serialize_test.dart
index b5af1db566d5664881e4a39a0474c85b0a68f06d..36ca5ec37a6f295b30cfd5ca7aa015f7eddfb5d9 100644
--- a/dart/tests/try/poi/serialize_test.dart
+++ b/dart/tests/try/poi/serialize_test.dart
@@ -31,7 +31,8 @@ Future testPoi() {
Uri script = Platform.script.resolve('data/interesting.dart');
FormattingDiagnosticHandler handler = new FormattingDiagnosticHandler();
- int position = 241;
+ int position = 263;
+
Future future = poi.runPoi(script, position, handler.provider, handler);
return future.then((Element element) {
Uri foundScript = element.compilationUnit.script.resourceUri;
@@ -69,7 +70,7 @@ final expected = {
}
],
"enclosing": {
- "name": "tests/try/poi/data/interesting.dart",
+ "name": "interesting",
"kind": "library",
"members": [
{
« no previous file with comments | « dart/tests/try/poi/data/interesting.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698