| Index: runtime/vm/runtime_entry.cc
|
| diff --git a/runtime/vm/runtime_entry_test.cc b/runtime/vm/runtime_entry.cc
|
| similarity index 95%
|
| rename from runtime/vm/runtime_entry_test.cc
|
| rename to runtime/vm/runtime_entry.cc
|
| index f02f6f7ed5540913f61f7af8514f37a3ff579a84..a41a78497aa70cf135b13d1242ffedb34f5b14bf 100644
|
| --- a/runtime/vm/runtime_entry_test.cc
|
| +++ b/runtime/vm/runtime_entry.cc
|
| @@ -10,9 +10,6 @@
|
|
|
| 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.
|
|
|