Index: tests/language/constant_string_interpolation_test.dart |
diff --git a/tests/language/constant_string_interpolation_test.dart b/tests/language/constant_string_interpolation_test.dart |
index bc301252ba7902bdc9e7ffe24c6692e870f973fc..16121c9515f6cfcccb15f4fcb0853591ad70da77 100644 |
--- a/tests/language/constant_string_interpolation_test.dart |
+++ b/tests/language/constant_string_interpolation_test.dart |
@@ -17,7 +17,6 @@ main() { |
Expect.stringEquals("hello world", r); |
} |
- |
String interpolIt(v) { |
// String interpolation will be constant folded. |
return "hello ${v.foo()}"; |