Index: pkg/compiler/testing.json |
diff --git a/pkg/compiler/testing.json b/pkg/compiler/testing.json |
index 31caf626d306163a1cc1e26db68508bfb87ef67b..f173447eca1c7dd3aadd69111ca4cfec99101c8c 100644 |
--- a/pkg/compiler/testing.json |
+++ b/pkg/compiler/testing.json |
@@ -10,15 +10,13 @@ |
"uris": [ |
".", |
- "../../tests/compiler/dart2js/", |
- "../../tests/utils/" |
+ "../../tests/compiler/dart2js/" |
], |
"exclude": [ |
"^tests/compiler/dart2js/data/.*", |
"^tests/compiler/dart2js/path with spaces/.*", |
- "^tests/compiler/dart2js/sourcemaps/data/.*", |
- "^tests/utils/dummy\\.dart" |
+ "^tests/compiler/dart2js/sourcemaps/data/.*" |
] |
} |
} |