| Index: tests/language_2/unary_plus_negative_test.dart
|
| diff --git a/tests/language_strong/unary_plus_negative_test.dart b/tests/language_2/unary_plus_negative_test.dart
|
| similarity index 86%
|
| rename from tests/language_strong/unary_plus_negative_test.dart
|
| rename to tests/language_2/unary_plus_negative_test.dart
|
| index 9f68d8ad7eb089d5a2a39d45f6fefcf5c3f8b156..86f2942d1d737b4112a4ba57946fc286f1d02f12 100644
|
| --- a/tests/language_strong/unary_plus_negative_test.dart
|
| +++ b/tests/language_2/unary_plus_negative_test.dart
|
| @@ -6,5 +6,5 @@
|
|
|
| main() {
|
| var a = 1;
|
| - var b = +a;
|
| + var b = +a; /*@compile-error=unspecified*/
|
| }
|
|
|