| Index: test/codegen/expect/unittest.txt
|
| diff --git a/test/codegen/expect/unittest.txt b/test/codegen/expect/unittest.txt
|
| index 2f563b21d1d5019ed8ce38e41d2024ae99a1369f..622998e1e783e898658b828cb5aa488a9534ad80 100644
|
| --- a/test/codegen/expect/unittest.txt
|
| +++ b/test/codegen/expect/unittest.txt
|
| @@ -1,8 +1 @@
|
| // Messages from compiling unittest.dart
|
| -info: [DynamicInvoke] (window as dynamic).suite(name, body) requires dynamic invoke (test/codegen/unittest.dart, line 14, col 41)
|
| -info: [DynamicInvoke] (window as dynamic).test(name, (done) {_finishTest(f) {if (f is Future) {f.then(_finishTest);} else {done();}} _finishTest(body());}) requires dynamic invoke (test/codegen/unittest.dart, line 21, col 3)
|
| -info: [DynamicInvoke] f.then(_finishTest) requires dynamic invoke (test/codegen/unittest.dart, line 24, col 9)
|
| -info: [DynamicInvoke] done() requires dynamic invoke (test/codegen/unittest.dart, line 26, col 9)
|
| -info: [DynamicCast] matcher.matches(actual, matchState) (dynamic) will need runtime check to cast to type bool (test/codegen/unittest.dart, line 71, col 9)
|
| -info: [DynamicInvoke] matcher.matches(actual, matchState) requires dynamic invoke (test/codegen/unittest.dart, line 71, col 9)
|
| -info: [DynamicInvoke] formatter(actual, matcher, reason, matchState, verbose) requires dynamic invoke (test/codegen/unittest.dart, line 78, col 8)
|
|
|