| 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
|
|
|