chore(windows): fix the test.unit.dart task

Closes #2676
This commit is contained in:
Marc Laval 2015-06-09 17:49:44 +02:00
parent 1f7296c093
commit 7e8a2b9cec
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ module.exports = function(gulp) {
ANALYZER: 'dartanalyzer.bat',
DARTFMT: 'dartfmt.bat',
PUB: 'pub.bat',
VM: 'dart.bat'
VM: 'dart.exe'
};
} else {
DART_SDK = {