| Index: runtime/vm/native_entry_test.h
|
| diff --git a/runtime/vm/native_entry_test.h b/runtime/vm/native_entry_test.h
|
| index 2c345487f70a09abc54482e9d42620275bd8122b..7e51a24e77e44e0ddf4cca4909ba06b7d7c5bf51 100644
|
| --- a/runtime/vm/native_entry_test.h
|
| +++ b/runtime/vm/native_entry_test.h
|
| @@ -6,9 +6,13 @@
|
| #define VM_NATIVE_ENTRY_TEST_H_
|
|
|
| #include "include/dart_api.h"
|
| +#include "vm/runtime_entry.h"
|
|
|
| namespace dart {
|
|
|
| +DECLARE_RUNTIME_ENTRY(TestSmiSub)
|
| +DECLARE_LEAF_RUNTIME_ENTRY(RawObject*, TestLeafSmiAdd, RawObject*, RawObject*)
|
| +
|
| void TestSmiSub(Dart_NativeArguments args);
|
| void TestSmiSum(Dart_NativeArguments args);
|
| void TestNonNullSmiSum(Dart_NativeArguments args);
|
|
|