| Index: tools/test.py
|
| ===================================================================
|
| --- tools/test.py (revision 430)
|
| +++ tools/test.py (working copy)
|
| @@ -612,8 +612,7 @@
|
| def GetDartC(self, mode, arch):
|
| """Returns the path to the Dart --> JS compiler."""
|
| dartc = os.path.abspath(os.path.join(
|
| - utils.GetBaseDir(), 'compiler', self.GetBuildRoot(mode, arch),
|
| - 'compiler', 'bin', 'dartc'))
|
| + self.GetBuildRoot(mode, arch), 'compiler', 'bin', 'dartc'))
|
| if utils.IsWindows(): dartc += '.exe'
|
| command = [dartc]
|
|
|
|
|