Index: tools/testing/dart/test_suite.dart |
diff --git a/tools/testing/dart/test_suite.dart b/tools/testing/dart/test_suite.dart |
index 3c3116afb436a40c44314fa6e54224d82caa7248..f09f283c6e3aedd956bea19e152cfc3011a5f094 100644 |
--- a/tools/testing/dart/test_suite.dart |
+++ b/tools/testing/dart/test_suite.dart |
@@ -1897,7 +1897,7 @@ class AnalyzeLibraryTestSuite extends DartcCompilationTestSuite { |
// NOTE: We exclude tests and patch files for now. |
return filename.endsWith(".dart") && |
!filename.endsWith("_test.dart") && |
- !filename.contains("_internal/compiler/js_lib"); |
+ !filename.contains("_internal/js_runtime/lib"); |
} |
bool get listRecursively => true; |