Index: test/codegen/expect/script.txt |
diff --git a/test/codegen/expect/script.txt b/test/codegen/expect/script.txt |
index 19a536d7b81891535ee836c7b22286fb4f7ea167..5bc93bb58cc13a966cbcb4256bc67f97d421459f 100644 |
--- a/test/codegen/expect/script.txt |
+++ b/test/codegen/expect/script.txt |
@@ -1 +1,5 @@ |
// Messages from compiling script.dart |
+warning: [MissingTypeError] type analysis didn't compute the type of: join SimpleIdentifier (test/codegen/script.dart, line 3, col 22) |
+warning: [MissingTypeError] type analysis didn't compute the type of: print SimpleIdentifier (test/codegen/script.dart, line 5, col 3) |
+info: [DynamicInvoke] args.join(' ') requires dynamic invoke (test/codegen/script.dart, line 3, col 17) |
+info: [DynamicInvoke] print('hello $name') requires dynamic invoke (test/codegen/script.dart, line 5, col 3) |