Skip to content

Commit 05e516d

Browse files
committed
Fix dependency on SortArray
Signed-off-by: Zach Ploskey <[email protected]>
1 parent e94d8c0 commit 05e516d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jscomp/others/.depend

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ belt_internalAVLset.cmj : belt_SortArray.cmj belt_Id.cmj belt_Array.cmj \
2121
belt_internalAVLset.cmi
2222
belt_internalAVLtree.cmj : belt_SortArray.cmj belt_Id.cmj belt_Array.cmj \
2323
belt_internalAVLtree.cmi
24-
belt_List.cmj : belt_Array.cmj belt_List.cmi
24+
belt_List.cmj : belt_Array.cmj belt_SortArray.cmj belt_List.cmi
2525
belt_SortArray.cmj : belt_SortArrayString.cmj belt_SortArrayInt.cmj \
2626
belt_Array.cmj belt_SortArray.cmi
2727
belt_SortArrayInt.cmj : belt_Array.cmj belt_SortArrayInt.cmi

0 commit comments

Comments
 (0)