From fd8b90bd1d5e874f0402af069fd7dd266b68532f Mon Sep 17 00:00:00 2001 From: Tom Black Date: Tue, 30 Oct 2018 15:55:09 -0400 Subject: Fix deprecation warnings Also use `-w` flag when running MRI tests --- Rakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Rakefile') diff --git a/Rakefile b/Rakefile index 99382e5..16911c1 100644 --- a/Rakefile +++ b/Rakefile @@ -24,7 +24,7 @@ end def run_int_test(file) print_task "Running interpreted test: #{file}.rb" - run_cmd "( cd test/ && ruby #{file}.rb )" + run_cmd "( cd test/ && ruby -w #{file}.rb )" end def run_native_test(file) -- cgit v1.2.3