Index: test/codegen/expect/temps.txt |
diff --git a/test/codegen/expect/temps.txt b/test/codegen/expect/temps.txt |
index a58a30db05c4127a4407b64e9f8d83ffa1c47d4a..1d76c8d76a50d0b8f0aeb9d53a32ac28062683eb 100644 |
--- a/test/codegen/expect/temps.txt |
+++ b/test/codegen/expect/temps.txt |
@@ -1 +1,4 @@ |
// Messages from compiling temps.dart |
+warning: line 16, column 22 of test/codegen/temps.dart: [AnalyzerMessage] Named optional parameters cannot start with an underscore |
+ OptionalArg.named({this._opt: 456}); |
+ ^^^^^^^^^ |