Chromium Code Reviews| Index: runtime/vm/native_entry_test.h |
| =================================================================== |
| --- runtime/vm/native_entry_test.h (revision 15918) |
| +++ runtime/vm/native_entry_test.h (working copy) |
| @@ -11,6 +11,7 @@ |
| void TestSmiSub(Dart_NativeArguments args); |
| void TestSmiSum(Dart_NativeArguments args); |
| +void TestNonNullSmiSum(Dart_NativeArguments args); |
| void TestStaticCallPatching(Dart_NativeArguments args); |
| } // namespace dart |