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 // Checks that dart2js produces the expected static type warnings and | 5 // Checks that dart2js produces the expected static type warnings and |
6 // compile-time errors for the provided multitests. | 6 // compile-time errors for the provided multitests. |
7 | 7 |
8 import 'dart:async'; | 8 import 'dart:async'; |
9 import 'dart:io'; | 9 import 'dart:io'; |
10 | 10 |
(...skipping 90 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
101 === ERROR: Unexpected result of analysis. | 101 === ERROR: Unexpected result of analysis. |
102 === | 102 === |
103 === Please update the white-listing in $testFileName | 103 === Please update the white-listing in $testFileName |
104 === | 104 === |
105 | 105 |
106 '''); | 106 '''); |
107 exit(1); | 107 exit(1); |
108 } | 108 } |
109 })); | 109 })); |
110 } | 110 } |
OLD | NEW |