From 010ea65be5ac9bbd255df816e8957906f8ad5d4e Mon Sep 17 00:00:00 2001 From: Alexander Polcyn Date: Fri, 1 Sep 2017 09:06:11 -0700 Subject: remove calls to optional paramaters so that the test is compatible with ruby versions < 2.1 --- src/ruby/end2end/grpc_class_init_client.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ruby/end2end/grpc_class_init_client.rb b/src/ruby/end2end/grpc_class_init_client.rb index b9e3d6054f..c35719a71f 100755 --- a/src/ruby/end2end/grpc_class_init_client.rb +++ b/src/ruby/end2end/grpc_class_init_client.rb @@ -41,7 +41,7 @@ def run_gc_stress_test(test_proc) GC.enable construct_many(test_proc) - GC.start(full_mark: true, immediate_sweep: true) + GC.start construct_many(test_proc) end -- cgit v1.2.3