 Chromium Code Reviews
 Chromium Code Reviews Issue 2964043004:
  Run dartdevc tests on drt instead of Chrome on the bots.  (Closed)
    
  
    Issue 2964043004:
  Run dartdevc tests on drt instead of Chrome on the bots.  (Closed) 
  | 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, | 
| ]; |