| Index: runtime/vm/runtime_entry_test.cc
|
| diff --git a/runtime/vm/runtime_entry_test.cc b/runtime/vm/runtime_entry_test.cc
|
| index b0b04c5184bef3639bf1fd5f8875a61fbd7c6fa1..f02f6f7ed5540913f61f7af8514f37a3ff579a84 100644
|
| --- a/runtime/vm/runtime_entry_test.cc
|
| +++ b/runtime/vm/runtime_entry_test.cc
|
| @@ -10,6 +10,10 @@
|
|
|
| namespace dart {
|
|
|
| +DECLARE_RUNTIME_ENTRY(TestSmiSub)
|
| +DECLARE_LEAF_RUNTIME_ENTRY(RawObject*, TestLeafSmiAdd, RawObject*, RawObject*)
|
| +
|
| +
|
| // Add function to a class and that class to the class dictionary so that
|
| // frame walking can be used.
|
| const Function& RegisterFakeFunction(const char* name, const Code& code) {
|
|
|