Index: tools/testing/dart/configuration.dart |
diff --git a/tools/testing/dart/configuration.dart b/tools/testing/dart/configuration.dart |
index 4556d85d80bc59611234fa8a60ae415dd376e11c..9b5eecac6b719752af4c8412707ab56c2b06a38c 100644 |
--- a/tools/testing/dart/configuration.dart |
+++ b/tools/testing/dart/configuration.dart |
@@ -542,6 +542,7 @@ class Compiler { |
// (other browsers, d8) when tested and working. |
return const [ |
Runtime.none, |
+ Runtime.drt, |
Runtime.chrome, |
]; |