| Index: test/codegen_expected/language/application_test.js
|
| diff --git a/test/codegen_expected/language/application_test.js b/test/codegen_expected/language/application_test.js
|
| index 0c6a6854ae66ffc3bb4d224622bd6d0fb857cb23..b7bf099f540489820d67bced1c9d7c489c2fcdeb 100644
|
| --- a/test/codegen_expected/language/application_test.js
|
| +++ b/test/codegen_expected/language/application_test.js
|
| @@ -1 +1,15 @@
|
| -//FAILED TO COMPILE
|
| +dart_library.library('language/application_test', null, /* Imports */[
|
| + 'dart_sdk'
|
| +], function load__application_test(exports, dart_sdk) {
|
| + 'use strict';
|
| + const core = dart_sdk.core;
|
| + const dart = dart_sdk.dart;
|
| + const dartx = dart_sdk.dartx;
|
| + const application_test = Object.create(null);
|
| + let VoidTodynamic = () => (VoidTodynamic = dart.constFn(dart.definiteFunctionType(dart.dynamic, [])))();
|
| + application_test.main = function() {
|
| + };
|
| + dart.fn(application_test.main, VoidTodynamic());
|
| + // Exports:
|
| + exports.application_test = application_test;
|
| +});
|
|
|