Chromium Code Reviews| Index: test/codegen/expect/methods.js |
| diff --git a/test/codegen/expect/methods.js b/test/codegen/expect/methods.js |
| index 211a874d9bd9de4562fa9f9e6e777826c05926f6..363be0d142b269968c2393fa9d1151bfab3c5d62 100644 |
| --- a/test/codegen/expect/methods.js |
| +++ b/test/codegen/expect/methods.js |
| @@ -1,5 +1,5 @@ |
| -var methods = dart.defineLibrary(methods, {}); |
| -var core = dart.import(core); |
| +dart.defineLibrary('methods'); |
| +dart.import('core'); |
| (function(exports, core) { |
| 'use strict'; |
| let _c = Symbol('_c'); |