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

Unified Diff: tools/dom/templates/html/dartium/typeddata_dartium.darttemplate

Issue 12580012: Patchable version of 12929005 (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 9 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 | « tools/dom/templates/html/dart2js/typeddata_dart2js.darttemplate ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/dom/templates/html/dartium/typeddata_dartium.darttemplate
diff --git a/tests/compiler/dart2js_extra/panda_test.dart b/tools/dom/templates/html/dartium/typeddata_dartium.darttemplate
similarity index 50%
copy from tests/compiler/dart2js_extra/panda_test.dart
copy to tools/dom/templates/html/dartium/typeddata_dartium.darttemplate
index 3b3995390b8af919534ff8f8d51df71616352788..16dd29aab704ee9a38451c637a34784eb560b23c 100644
--- a/tests/compiler/dart2js_extra/panda_test.dart
+++ b/tools/dom/templates/html/dartium/typeddata_dartium.darttemplate
@@ -2,12 +2,13 @@
// 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 panda_test;
-import 'panda_lib.dart' as p;
-
-void main() {
- p.Panda x = new p.Panda();
- Expect.isTrue(x is p.Panda);
- x = null;
- Expect.isFalse(x is p.Panda);
-}
+// DO NOT EDIT - unless you are editing documentation as per:
+// https://code.google.com/p/dart/wiki/ContributingHTMLDocumentation
+// Auto-generated dart:html library.
+
+/// The Dart HTML library.
+library dart.typeddata;
+
+import 'dart:collection';
+
+$!GENERATED_DART_FILES
« no previous file with comments | « tools/dom/templates/html/dart2js/typeddata_dart2js.darttemplate ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698