commit | 7a90959d4ef7a69f3bcb7b8763f646e12d9267d3 | [log] [tgz] |
---|---|---|
author | Carl Shapiro <cshapiro@google.com> | Sun Jul 24 19:21:59 2011 -0700 |
committer | Carl Shapiro <cshapiro@google.com> | Sun Jul 24 19:21:59 2011 -0700 |
tree | 1324ba0128921ad5d1b5f74244b471a4431c0040 | |
parent | 913af1bd90a6e8fd56f1f851db1f098636dae6a5 [diff] [blame] |
Make the RuntimeTest use Runtime instances instead of its constituents. Change-Id: I1005f279259917ff07d24e3bcd3643992ec8e3bd
diff --git a/src/runtime.h b/src/runtime.h index da773a3..b57f1cf 100644 --- a/src/runtime.h +++ b/src/runtime.h
@@ -39,6 +39,10 @@ ~Runtime(); + ClassLinker* GetClassLinker() { + return class_linker_; + } + private: static void PlatformAbort(const char*, int);