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

Unified Diff: tests/html/js_type_test_js.js

Issue 2133563002: Type test tests for js interop (Closed) Base URL: https://github.com/dart-lang/sdk.git@master
Patch Set: Avoid script injection Created 4 years, 5 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 | « tests/html/js_type_test.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/html/js_type_test_js.js
diff --git a/tests/compiler/dart2js_extra/deferred_custom_loader_lib.dart b/tests/html/js_type_test_js.js
similarity index 92%
copy from tests/compiler/dart2js_extra/deferred_custom_loader_lib.dart
copy to tests/html/js_type_test_js.js
index e8636078fd29a22beb9a84b16232df299e6f114d..1f12f38ea0c64c22aa929bc33a976c51a80208ea 100644
--- a/tests/compiler/dart2js_extra/deferred_custom_loader_lib.dart
+++ b/tests/html/js_type_test_js.js
@@ -2,4 +2,4 @@
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
-foo() => 499;
+function Foo() {}
« no previous file with comments | « tests/html/js_type_test.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698