Index: dart/tests/language/prefix21_good_lib.dart |
diff --git a/dart/tests/language/prefix21_good_lib.dart b/dart/tests/language/prefix21_good_lib.dart |
index 1f4dc020f1c54ac831fd47470910ef516dcf3d58..262ee93e94f99fd507aee0b1ccaebefb370034e7 100644 |
--- a/dart/tests/language/prefix21_good_lib.dart |
+++ b/dart/tests/language/prefix21_good_lib.dart |
@@ -8,6 +8,6 @@ int goodFunction(int x) { |
return x; |
} |
-Function get getValue() { |
+Function get getValue { |
return goodFunction; |
} |