diff options
Diffstat (limited to 'test/044-proxy/src/Main.java')
-rw-r--r-- | test/044-proxy/src/Main.java | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/044-proxy/src/Main.java b/test/044-proxy/src/Main.java index 7b70e65b8c..8be09cf688 100644 --- a/test/044-proxy/src/Main.java +++ b/test/044-proxy/src/Main.java @@ -33,6 +33,7 @@ public class Main { NativeProxy.main(args); ConstructorProxy.main(); OOMEOnDispatch.main(args); + HotProxy.main(args); } // The following code maps from the actual proxy class names (eg $Proxy2) to their test output |