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

Unified Diff: tests/lib/mirrors/library_uri_package_test.dart

Issue 404633002: Fix test. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 5 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/lib/mirrors/library_uri_package_test.dart
diff --git a/tests/lib/mirrors/library_uri_package_test.dart b/tests/lib/mirrors/library_uri_package_test.dart
index 30fcd967cf4662f7154fb1154e66c1e1a52429dd..6c8effc44855d420ba56d068998d8e5cf85ddab7 100644
--- a/tests/lib/mirrors/library_uri_package_test.dart
+++ b/tests/lib/mirrors/library_uri_package_test.dart
@@ -20,6 +20,7 @@ testLibraryUri(var value, Uri expectedUri) {
main() {
var mirrors = currentMirrorSystem();
test("Test package library uri", () {
- testLibraryUri(new ArgParser(), Uri.parse('package:args/args.dart'));
+ testLibraryUri(new ArgParser(),
+ Uri.parse('package:args/src/arg_parser.dart'));
});
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698