Index: tests/language_strong/function_subtype_not0_test.dart |
diff --git a/tests/language_strong/function_subtype_not0_test.dart b/tests/language_strong/function_subtype_not0_test.dart |
index 7b8d8643602662122fd2faa2b7a5392716836ddb..60ab4c7ce2f3528341da0492c144c9821d937121 100644 |
--- a/tests/language_strong/function_subtype_not0_test.dart |
+++ b/tests/language_strong/function_subtype_not0_test.dart |
@@ -17,4 +17,4 @@ void main() { |
Expect.isTrue(bar is! Foo<bool>); |
Expect.isFalse(bar is! Foo<int>); |
Expect.isFalse(bar is! Bar); |
-} |
+} |