Skip to content

Commit d3d95b4

Browse files
committed
[Truffle] Add mutex_m to stdlib.
1 parent 61c0913 commit d3d95b4

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

lib/ruby/truffle/mri/mutex_m.rb

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
require_relative '../../stdlib/mutex_m'

test/mri_truffle.index

+1-1
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ test_ipaddr.rb
111111

112112
test_mathn.rb
113113

114-
# test_mutex_m.rb # cannot load such file -- mutex_m
114+
test_mutex_m.rb
115115
test_open3.rb
116116
test_pp.rb
117117
test_prettyprint.rb

0 commit comments

Comments
 (0)