Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(797)

Unified Diff: runtime/vm/native_entry_test.h

Issue 1296703002: Move test runtime entries out of the master list. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 5 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | runtime/vm/runtime_entry.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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);
« no previous file with comments | « no previous file | runtime/vm/runtime_entry.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698