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

Unified Diff: tests/language/async_and_or_test.dart

Issue 1008833002: Fix annotations in async_and_or_test.dart. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 5 years, 9 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/language/async_and_or_test.dart
diff --git a/tests/language/async_and_or_test.dart b/tests/language/async_and_or_test.dart
index 78a3758922ba70db6fb5706ef2734f5605060e5e..15955f05d811cbe0df91b2bcfec6612fca3e5f11 100644
--- a/tests/language/async_and_or_test.dart
+++ b/tests/language/async_and_or_test.dart
@@ -4,8 +4,8 @@
import "package:expect/expect.dart";
import "package:async_helper/async_helper.dart";
-@NoInline
-@AssumeDynamic
+@NoInline()
+@AssumeDynamic()
confuse(x) {
return x;
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698