Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(514)

Unified Diff: tests/compiler/dart2js_extra/23404_test.dart

Issue 1411243003: Upgrade some tests to use annotations instead of 'clever' confuse() function (Closed) Base URL: https://github.com/dart-lang/sdk.git@master
Patch Set: Created 5 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | tests/compiler/dart2js_extra/useful_error_message_1_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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() {
« no previous file with comments | « no previous file | tests/compiler/dart2js_extra/useful_error_message_1_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698