* remove trailing spaces. [ci skip]

This commit is contained in:
git 2023-03-13 06:46:54 +00:00
parent e22c4e8877
commit 7686687a79

View File

@ -1760,7 +1760,7 @@ class TestRegexp < Test::Unit::TestCase
timeout = #{ EnvUtil.apply_timeout_scale(10).inspect }
begin;
Regexp.timeout = timeout
assert_nil(/\A.*a.*z\z/ =~ "a" * 1000000 + "y")
end;
end