Index: test/codegen_expected/language/call_function_apply_test.js |
diff --git a/test/codegen_expected/language/call_function_apply_test.js b/test/codegen_expected/language/call_function_apply_test.js |
index bc0686a37686ac50493dab8dcc896c456aa20471..a7092930bb105163125006f8a82cf98883e225c3 100644 |
--- a/test/codegen_expected/language/call_function_apply_test.js |
+++ b/test/codegen_expected/language/call_function_apply_test.js |
@@ -27,7 +27,7 @@ dart_library.library('language/call_function_apply_test', null, /* Imports */[ |
}); |
let const$; |
call_function_apply_test.main = function() { |
- expect$.Expect.equals(497, core.Function.apply(new call_function_apply_test.A(), [], dart.map([const$ || (const$ = dart.const(core.Symbol.new('a'))), -2]))); |
+ expect$.Expect.equals(497, core.Function.apply(new call_function_apply_test.A(), [], dart.map([const$ || (const$ = dart.const(core.Symbol.new('a'))), -2], core.Symbol, dart.dynamic))); |
}; |
dart.fn(call_function_apply_test.main, VoidTodynamic()); |
// Exports: |