Skip to content

Commit cc9b336

Browse files
committed
Fix a test
1 parent c1f879a commit cc9b336

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: test/raw_solver.jl

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
for x in keys(LocalSearchSolvers.tabu_list(s))
4040
LocalSearchSolvers.tabu_value(s, x)
4141
end
42-
LocalSearchSolvers._values!(s, Dictionary{Int,Int}())
42+
# LocalSearchSolvers._values!(s, Dictionary{Int,Int}())
4343
end
4444
end
4545

0 commit comments

Comments
 (0)