Skip to content

Commit

Permalink
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -529,7 +529,7 @@ public int getPriority(DynamicObject thread, int rubyPriority) {
}
}

@Primitive(name = "thread_set_group", unsafe = UnsafeGroup.THREADS)
@Primitive(name = "thread_set_group")
public static abstract class ThreadSetGroupPrimitiveNode extends PrimitiveArrayArgumentsNode {
public ThreadSetGroupPrimitiveNode(RubyContext context, SourceSection sourceSection) {
super(context, sourceSection);

0 comments on commit 1dee397

Please sign in to comment.