| Index: runtime/vm/stub_code_x64_test.cc
|
| diff --git a/runtime/vm/stub_code_x64_test.cc b/runtime/vm/stub_code_x64_test.cc
|
| index 987daf4b172ce710db9527612f359e146d9ff457..648098721010c1011f561ce372d3234f693d52d8 100644
|
| --- a/runtime/vm/stub_code_x64_test.cc
|
| +++ b/runtime/vm/stub_code_x64_test.cc
|
| @@ -19,6 +19,10 @@
|
|
|
| namespace dart {
|
|
|
| +DECLARE_RUNTIME_ENTRY(TestSmiSub)
|
| +DECLARE_LEAF_RUNTIME_ENTRY(RawObject*, TestLeafSmiAdd, RawObject*, RawObject*)
|
| +
|
| +
|
| static Function* CreateFunction(const char* name) {
|
| const String& class_name = String::Handle(Symbols::New("ownerClass"));
|
| const Script& script = Script::Handle();
|
|
|