Index: tools/dom/templates/html/dartium/blink_dartium.darttemplate |
diff --git a/pkg/intl/test/message_extraction/really_fail_extraction_test.dart b/tools/dom/templates/html/dartium/blink_dartium.darttemplate |
similarity index 56% |
copy from pkg/intl/test/message_extraction/really_fail_extraction_test.dart |
copy to tools/dom/templates/html/dartium/blink_dartium.darttemplate |
index 76f52519bc6ebf5c2e389e828704bbab7c80e2ed..54d28166b8d57b8d93f12573c1ee22bc32f69b7b 100644 |
--- a/pkg/intl/test/message_extraction/really_fail_extraction_test.dart |
+++ b/tools/dom/templates/html/dartium/blink_dartium.darttemplate |
@@ -2,13 +2,15 @@ |
// 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 really_fail_extraction_test; |
+// DO NOT EDIT |
+// Auto-generated dart:blink library. |
-import "failed_extraction_test.dart"; |
-import "package:unittest/unittest.dart"; |
+/** |
+ * This library provides entry points to the native Blink code which backs |
+ * up the dart:html library. |
+ */ |
+library dart.dom.blink; |
-main() { |
- test("Expect failure because warnings are errors", () { |
- runTestWithWarnings(warningsAreErrors: true, expectedExitCode: 1); |
- }); |
-} |
+part '$AUXILIARY_DIR/blink_native_DOMImplementation.dart'; |
+ |
+$!GENERATED_DART_FILES |