Chromium Code Reviews| Index: tests/compiler/dart2js_extra/23404_test.dart |
| diff --git a/tests/compiler/dart2js_extra/23404_test.dart b/tests/compiler/dart2js_extra/23404_test.dart |
| index 113d78a700890dad4a434ee1e996f9076bf28eda..bfd52ba8d80ba1f7f88a202a9602be753350e49e 100644 |
| --- a/tests/compiler/dart2js_extra/23404_test.dart |
| +++ b/tests/compiler/dart2js_extra/23404_test.dart |
| @@ -11,8 +11,8 @@ import 'package:expect/expect.dart'; |
| foo([a='\u00a0']) => a; |
| bar() => ''; |
| -@NoInline |
| -@AssumeDynamic |
| +@NoInline() |
|
sra1
2015/10/20 17:04:37
We don't get a warning for this problem since a ty
Siggi Cherem (dart-lang)
2015/10/20 19:48:33
ouch, maybe we should handle in our compiler both
|
| +@AssumeDynamic() |
| confuse(x) => x; |
| main() { |