| Index: tests/language_strong/literal_unary_plus_test.dart
|
| diff --git a/tests/language_strong/literal_unary_plus_test.dart b/tests/language_strong/literal_unary_plus_test.dart
|
| index 083811446db24db2175e25b88ca7a86aa2180946..6c1932e5c1c9aa2241f1b7206b409f4cd3c035ee 100644
|
| --- a/tests/language_strong/literal_unary_plus_test.dart
|
| +++ b/tests/language_strong/literal_unary_plus_test.dart
|
| @@ -10,3 +10,4 @@ main() {
|
| var x = +"foo"; // //# 02: compile-time error
|
| var x = + "foo"; // //# 03: compile-time error
|
| }
|
| +
|
|
|