Skip to content

Commit d6bfcc7

Browse files
committed
Clarify comment
1 parent 7bf8f38 commit d6bfcc7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tool/jt.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
MRI_TEST_CEXT_DIR = "#{MRI_TEST_PREFIX}/cext-c"
5656
MRI_TEST_CEXT_LIB_DIR = "#{TRUFFLERUBY_DIR}/.ext/c"
5757

58-
# A list of MRI C API tests we can run. Files that do not load at all are in failing.exclude.
58+
# A list of MRI C API tests we can load. Tests that do not load at all are in failing.exclude.
5959
MRI_TEST_CAPI_TESTS = File.readlines("#{TRUFFLERUBY_DIR}/test/mri/capi_tests.list").map(&:chomp)
6060

6161
MRI_TEST_MODULES = {

0 commit comments

Comments
 (0)