Index: tools/test.dart |
diff --git a/tools/test.dart b/tools/test.dart |
index 76e492898ad868da94f28c143788ded1e3ddf5fa..c66489e4f681d63d081e1c9008451c848b32239c 100755 |
--- a/tools/test.dart |
+++ b/tools/test.dart |
@@ -56,7 +56,7 @@ Future _deleteTemporaryDartDirectories() { |
} |
void main(List<String> arguments) { |
- // This script is in [dart]/tools. |
+ // This script is in [sdk]/tools. |
TestUtils.setDartDirUri(Platform.script.resolve('..')); |
_deleteTemporaryDartDirectories().then((_) { |
var optionsParser = new TestOptionsParser(); |