Index: pkg/expect/lib/expect.dart |
diff --git a/pkg/expect/lib/expect.dart b/pkg/expect/lib/expect.dart |
index 2ca6ed3e9dae2d22875d20d085d97d1f71dd5add..82e604a41a6b6b55714cdb927306a15f7b4940d5 100644 |
--- a/pkg/expect/lib/expect.dart |
+++ b/pkg/expect/lib/expect.dart |
@@ -399,8 +399,8 @@ class ExpectException implements Exception { |
/// Annotation class for testing of dart2js. Use this as metadata on method |
/// declarations to disable inlining of the annotated method. |
-class NoInlining { |
- const NoInlining(); |
+class NoInline { |
+ const NoInline(); |
} |
/// Annotation class for testing of dart2js. Use this as metadata on method |