Chromium Code Reviews| Index: runtime/vm/object_test.cc |
| diff --git a/runtime/vm/object_test.cc b/runtime/vm/object_test.cc |
| index 527ce026d2944d709231dbf42c813ae4bd806b6d..b57c56e455867c75e74d1dd281756efaff8be59f 100644 |
| --- a/runtime/vm/object_test.cc |
| +++ b/runtime/vm/object_test.cc |
| @@ -3472,7 +3472,7 @@ TEST_CASE(FindFunctionIndex) { |
| const char* kScriptChars = |
| "class A {\n" |
| " void a() {}\n" |
| - " void b() { return a; }\n" |
| + " Function b() { return a; }\n" |
| "}\n" |
| "class B {\n" |
| " dynamic d() {}\n" |