aboutsummaryrefslogtreecommitdiffstats
path: root/test/yarp/fuzzer_test.rb
diff options
context:
space:
mode:
authorKevin Newton <kddnewton@gmail.com>2023-08-30 10:40:29 -0400
committergit <svn-admin@ruby-lang.org>2023-08-30 20:42:01 +0000
commitcc71e2344b21e6d9931e7bdd4434c08c56a8ea00 (patch)
treef8db45632d5c8ebb9fd88ef4b67fbc229fa85511 /test/yarp/fuzzer_test.rb
parentc46858fd6aa360e2165fa415f05b1112531128b8 (diff)
downloadruby-cc71e2344b21e6d9931e7bdd4434c08c56a8ea00.tar.gz
[ruby/yarp] Revisit lex.rake, make lex:rubygems more useable
https://github.com/ruby/yarp/commit/4c76f4a0c0
Diffstat (limited to 'test/yarp/fuzzer_test.rb')
-rw-r--r--test/yarp/fuzzer_test.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/yarp/fuzzer_test.rb b/test/yarp/fuzzer_test.rb
index 61845b91f7..384f3ff0d2 100644
--- a/test/yarp/fuzzer_test.rb
+++ b/test/yarp/fuzzer_test.rb
@@ -4,7 +4,7 @@ require_relative "test_helper"
module YARP
# These tests are simply to exercise snippets found by the fuzzer that caused invalid memory access.
- class FuzzerTest < Test::Unit::TestCase
+ class FuzzerTest < TestCase
def self.snippet(name, source)
define_method(:"test_fuzzer_#{name}") { YARP.dump(source) }
end