summaryrefslogtreecommitdiff
path: root/test/ruby
diff options
context:
space:
mode:
authorTakashi Kokubun <takashikkbn@gmail.com>2020-05-03 00:41:27 -0700
committerTakashi Kokubun <takashikkbn@gmail.com>2020-05-03 00:41:28 -0700
commita218cbdf31c30835f5785cdaf3af3f97965b77c4 (patch)
treee66c974bd216bf8f73aba33371d98ac4f497bbb2 /test/ruby
parente0c023d1c8a22533b6cd3a5fa4bbcd4145f635b5 (diff)
Skip pdb corruption on Visual Studio 2015 as well
It turned out that the pdb corruption happens on Visual Studio 2015 as well. https://ci.appveyor.com/project/ruby/ruby/builds/32602953/job/3gj43q18wqeiy729
Diffstat (limited to 'test/ruby')
-rw-r--r--test/ruby/test_jit.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/ruby/test_jit.rb b/test/ruby/test_jit.rb
index af96a7831e..63579f27aa 100644
--- a/test/ruby/test_jit.rb
+++ b/test/ruby/test_jit.rb
@@ -1179,7 +1179,7 @@ class TestJIT < Test::Unit::TestCase
insns
end
- # `clang -g` on macOS creates a .dSYM file. Because it's only created on --jit-debug,
+ # `clang -g` on macOS creates a .dSYM directory. As it's only created on --jit-debug,
# we're ignoring it for now. TODO: remove .dSYM file
def leave_dsym?
/darwin/ =~ RUBY_PLATFORM && @jit_debug