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

Unified Diff: tests/language/catch_liveness_test.dart

Issue 1076473002: Fix static warning in language/catch_liveness_test. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 5 years, 8 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/catch_liveness_test.dart
diff --git a/tests/language/catch_liveness_test.dart b/tests/language/catch_liveness_test.dart
index ede8a441b83422d9dc355c1a7bafbf3ea01a0b28..27b94884f4984937d091ae6e02697571d54b54a7 100644
--- a/tests/language/catch_liveness_test.dart
+++ b/tests/language/catch_liveness_test.dart
@@ -4,10 +4,10 @@
import "package:expect/expect.dart";
-@AssumeDynamic @NoInline
+@AssumeDynamic() @NoInline()
foo() => 1;
-@AssumeDynamic @NoInline
+@AssumeDynamic() @NoInline()
throwException() => throw 'x';
main() {
« 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