OLD | NEW |
1 // Copyright (c) 2014, the Dart project authors. Please see the AUTHORS file | 1 // Copyright (c) 2014, the Dart project authors. Please see the AUTHORS file |
2 // for details. All rights reserved. Use of this source code is governed by a | 2 // for details. All rights reserved. Use of this source code is governed by a |
3 // BSD-style license that can be found in the LICENSE file. | 3 // BSD-style license that can be found in the LICENSE file. |
4 | 4 |
5 library really_fail_extraction_test; | 5 // DO NOT EDIT |
| 6 // Auto-generated dart:blink library. |
6 | 7 |
7 import "failed_extraction_test.dart"; | 8 /** |
8 import "package:unittest/unittest.dart"; | 9 * This library provides entry points to the native Blink code which backs |
| 10 * up the dart:html library. |
| 11 */ |
| 12 library dart.dom.blink; |
9 | 13 |
10 main() { | 14 part '$AUXILIARY_DIR/blink_native_DOMImplementation.dart'; |
11 test("Expect failure because warnings are errors", () { | 15 |
12 runTestWithWarnings(warningsAreErrors: true, expectedExitCode: 1); | 16 $!GENERATED_DART_FILES |
13 }); | |
14 } | |
OLD | NEW |