summaryrefslogtreecommitdiff
path: root/test/044-proxy/src/Main.java
diff options
context:
space:
mode:
author Ian Rogers <irogers@google.com> 2011-10-14 03:29:56 -0700
committer Ian Rogers <irogers@google.com> 2011-10-14 21:45:27 -0700
commit466bb25416b88fabd5d4387b7c7e5cc1ece78b8c (patch)
tree8d0952cbd850f1d0ac2e43a8372ce571fb4982d1 /test/044-proxy/src/Main.java
parenta10cd94bb77ed66fa0a8b66141c4504045c92d30 (diff)
Proxy implementation
This rounds out the proxy implementation by adding missing pieces to the class linker, extending tests and fixing issues in the runtime support. There are also some tweaks for performance and to clean up Method/Object a little. A unit test of the functionality is "art/test/run-test 044" Change-Id: Id94102d10b81cd9b12b95ba8618f6187490204c4
Diffstat (limited to 'test/044-proxy/src/Main.java')
-rw-r--r--test/044-proxy/src/Main.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/044-proxy/src/Main.java b/test/044-proxy/src/Main.java
index 01926af2c2..5396ab8842 100644
--- a/test/044-proxy/src/Main.java
+++ b/test/044-proxy/src/Main.java
@@ -19,6 +19,7 @@
*/
public class Main {
public static void main(String[] args) {
+ ReturnsAndArgPassing.main(null);
BasicTest.main(null);
Clash.main(null);
Clash2.main(null);