| Index: pkg/dart_parser/testing.json
|
| diff --git a/pkg/dart_parser/testing.json b/pkg/dart_parser/testing.json
|
| index d25b676edef8a16a32621502fa79d7198f9f7d8f..b1c41df3e0325ff10d9466a07cab48ad04b804b5 100644
|
| --- a/pkg/dart_parser/testing.json
|
| +++ b/pkg/dart_parser/testing.json
|
| @@ -2,6 +2,7 @@
|
| "":"Copyright (c) 2016, the Dart project authors. Please see the AUTHORS file",
|
| "":"for details. All rights reserved. Use of this source code is governed by a",
|
| "":"BSD-style license that can be found in the LICENSE.md file.",
|
| + "packages": "../../.packages",
|
| "suites": [
|
| {
|
| "name": "parser",
|
| @@ -13,7 +14,9 @@
|
| "\\.dart$"
|
| ],
|
| "exclude": [
|
| - "README.dart"
|
| + "README.dart",
|
| + "xcodebuild/",
|
| + "tools/sdks/"
|
| ]
|
| }
|
| ],
|
|
|