Chromium Code Reviews| Index: test/codegen/expect/covariance.js |
| diff --git a/test/codegen/expect/covariance.js b/test/codegen/expect/covariance.js |
| index ff487a9d52924f1ca17209cd226cd1f4ea208f8e..14ba50ee46fed579eb124a1cdbd94b5415e45846 100644 |
| --- a/test/codegen/expect/covariance.js |
| +++ b/test/codegen/expect/covariance.js |
| @@ -17,7 +17,6 @@ dart_library.library('covariance', null, /* Imports */[ |
| this[_t] = t; |
| } |
| forEach(fn) { |
| - dart.as(fn, dart.functionType(dart.void, [T])); |
| fn(this[_t]); |
| } |
| } |