Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1012)

Unified Diff: test/codegen_expected/language/internal_library_test_02_multi.js

Issue 2209473002: Fix wrt analyzer tip (Closed) Base URL: https://github.com/dart-lang/dev_compiler.git@master
Patch Set: Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « test/codegen_expected/language/cyclic_import_test.js ('k') | tool/sdk_expected_errors.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/codegen_expected/language/internal_library_test_02_multi.js
diff --git a/test/codegen_expected/language/internal_library_test_02_multi.js b/test/codegen_expected/language/internal_library_test_02_multi.js
index 0c6a6854ae66ffc3bb4d224622bd6d0fb857cb23..773ef21ffe8d91e226d34b35897dd65001ece96c 100644
--- a/test/codegen_expected/language/internal_library_test_02_multi.js
+++ b/test/codegen_expected/language/internal_library_test_02_multi.js
@@ -1 +1,15 @@
-//FAILED TO COMPILE
+dart_library.library('language/internal_library_test_02_multi', null, /* Imports */[
+ 'dart_sdk'
+], function load__internal_library_test_02_multi(exports, dart_sdk) {
+ 'use strict';
+ const core = dart_sdk.core;
+ const dart = dart_sdk.dart;
+ const dartx = dart_sdk.dartx;
+ const internal_library_test_02_multi = Object.create(null);
+ let VoidTovoid = () => (VoidTovoid = dart.constFn(dart.definiteFunctionType(dart.void, [])))();
+ internal_library_test_02_multi.main = function() {
+ };
+ dart.fn(internal_library_test_02_multi.main, VoidTovoid());
+ // Exports:
+ exports.internal_library_test_02_multi = internal_library_test_02_multi;
+});
« no previous file with comments | « test/codegen_expected/language/cyclic_import_test.js ('k') | tool/sdk_expected_errors.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698