Skip to content

Commit 4dcffb3

Browse files
committed
Mark a comment as a TODO
1 parent 8266a60 commit 4dcffb3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/truffle/thread_safe_objects_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,7 @@ def wb; @wb; end
274274

275275
obj = Object.new
276276
thread.thread_variable_set(:sharing_spec, obj)
277-
shared?(obj).should == true # current non-ideal behavior
277+
shared?(obj).should == true # TODO (eregon, 5 Jun 2019): this is the current non-ideal behavior
278278
end
279279

280280
it "classes and constants and they are not shared until sharing is started" do

0 commit comments

Comments
 (0)