Index: tests/standalone/io/test_runner_test.dart |
diff --git a/tests/standalone/io/test_runner_test.dart b/tests/standalone/io/test_runner_test.dart |
index b216562f98f2dd86b27066025df69a638409c6c2..d4d6076b672b4b1f19385c7afc00398b6d024057 100644 |
--- a/tests/standalone/io/test_runner_test.dart |
+++ b/tests/standalone/io/test_runner_test.dart |
@@ -141,6 +141,8 @@ class EventListener extends progress.EventListener{ |
} |
void main(List<String> arguments) { |
+ // This script is in [sdk]/tests/standalone/io. |
+ TestUtils.setDartDirUri(Platform.script.resolve('../../..')); |
// Run the test_runner_test if there are no command-line options. |
// Otherwise, run one of the component tests that always pass, |
// fail, or timeout. |