Chromium Code Reviews| Index: tools/testing/dart/test_suite.dart |
| diff --git a/tools/testing/dart/test_suite.dart b/tools/testing/dart/test_suite.dart |
| index 659c50da2b4680ff486d09ebb30bcd46334298d6..76dad8b7eae9662c38c62cac81314779f3d1f0ba 100644 |
| --- a/tools/testing/dart/test_suite.dart |
| +++ b/tools/testing/dart/test_suite.dart |
| @@ -1331,6 +1331,8 @@ class TestUtils { |
| result = 'out/'; |
| } else if (system == 'macos') { |
| result = 'xcodebuild/'; |
| + } else if (system == 'windows') { |
| + result = 'build/'; |
| } |
| return result; |
| } |