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

Unified Diff: tests/standalone/src/io/test_extension.dart

Issue 9694045: Change lookup path for Dart native extensions shared libraries. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 9 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
« runtime/bin/extensions_linux.cc ('K') | « runtime/bin/main.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/standalone/src/io/test_extension.dart
diff --git a/tests/standalone/src/io/test_extension.dart b/tests/standalone/src/io/test_extension.dart
index d5249138b6371ddc0336011bc4e2d90dc147f1ab..91cc7b37764fff2268fe822d47480f806f36e4e7 100644
--- a/tests/standalone/src/io/test_extension.dart
+++ b/tests/standalone/src/io/test_extension.dart
@@ -4,7 +4,7 @@
#library("test_extension");
-#import("dart-ext:test_extension");
+#import("dart-ext:/usr/local/google/home/whesse/dart/test_extension");
Mads Ager (google) 2012/03/14 10:29:47 Change before commit.
class Cat {
Cat(this.x);
« runtime/bin/extensions_linux.cc ('K') | « runtime/bin/main.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698