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

Unified Diff: test/codegen/lib/html/deferred_multi_app_lib.dart

Issue 1930043002: Add all dart:html tests from the sdk to test/codegen. (Closed) Base URL: git@github.com:dart-lang/dev_compiler.git@master
Patch Set: ptal Created 4 years, 8 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/lib/html/deferred_multi_app_htmltest.html ('k') | test/codegen/lib/html/document_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/codegen/lib/html/deferred_multi_app_lib.dart
diff --git a/test/codegen/language/deferred_type_dependency_lib3.dart b/test/codegen/lib/html/deferred_multi_app_lib.dart
similarity index 81%
copy from test/codegen/language/deferred_type_dependency_lib3.dart
copy to test/codegen/lib/html/deferred_multi_app_lib.dart
index 9a23fc960f3a41a78bc94be3ec5b94d01b130256..6ec352d4a43cf336d85abaf9ebc816150ef0d007 100644
--- a/test/codegen/language/deferred_type_dependency_lib3.dart
+++ b/test/codegen/lib/html/deferred_multi_app_lib.dart
@@ -2,9 +2,10 @@
// 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.
-library lib3;
-
-class A {
- var p = true;
+one() {
+ return "one";
}
+two() {
+ return "two";
+}
« no previous file with comments | « test/codegen/lib/html/deferred_multi_app_htmltest.html ('k') | test/codegen/lib/html/document_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698