Chromium Code Reviews| 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); |