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

Unified Diff: tests/language/function_type3_test.dart

Issue 930883002: Update no-inline annotation in test. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 5 years, 10 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/function_type3_test.dart
diff --git a/tests/language/function_type3_test.dart b/tests/language/function_type3_test.dart
index 809a43944989b4f5d623e7e8bd7a6ee6b406ae9a..6c10c9f172e1ada03c3e83865375bca1f29166ce 100644
--- a/tests/language/function_type3_test.dart
+++ b/tests/language/function_type3_test.dart
@@ -5,10 +5,10 @@
import "package:expect/expect.dart";
class A<T> {
- @NoInlining()
+ @NoInline()
A();
- @NoInlining()
+ @NoInline()
foo() => new B<T>();
}
« 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