Index: tools/testing/dart/test_options.dart |
diff --git a/tools/testing/dart/test_options.dart b/tools/testing/dart/test_options.dart |
index f66c4854a11d4b2bbedddf26b83316637a58eadf..47191ad6b02bba29008e7d198b0567b331a7820e 100644 |
--- a/tools/testing/dart/test_options.dart |
+++ b/tools/testing/dart/test_options.dart |
@@ -12,7 +12,8 @@ import "test_suite.dart"; |
List<String> defaultTestSelectors = |
const ['samples', 'standalone', 'corelib', 'co19', 'language', |
'isolate', 'vm', 'html', 'json', 'benchmark_smoke', |
- 'utils', 'lib', 'pkg', 'analyze_library', 'analyze_tests']; |
+ 'utils', 'lib', 'pkg', 'html5lib', 'analyze_library', |
+ 'analyze_tests']; |
/** |
* Specification of a single test option. |