Index: test/codegen/expect/functions.txt |
diff --git a/test/codegen/expect/functions.txt b/test/codegen/expect/functions.txt |
index 91e9cffbaa84257e4c3a448fd0959e9453cafdfc..9013277a5005a052dc67a80509d27580d1ed5a4a 100644 |
--- a/test/codegen/expect/functions.txt |
+++ b/test/codegen/expect/functions.txt |
@@ -1 +1,5 @@ |
// Messages from compiling functions.dart |
+warning: [MissingTypeError] type analysis didn't compute the type of: print SimpleIdentifier (test/codegen/functions.dart, line 13, col 3) |
+warning: [MissingTypeError] type analysis didn't compute the type of: bootstrap SimpleIdentifier (test/codegen/functions.dart, line 13, col 9) |
+info: [DynamicInvoke] print(bootstrap()[0]) requires dynamic invoke (test/codegen/functions.dart, line 13, col 3) |
+info: [DynamicInvoke] bootstrap() requires dynamic invoke (test/codegen/functions.dart, line 13, col 9) |