Skip to content

Commit

Permalink
Fix compilation error in integration tests (#11611)
Browse files Browse the repository at this point in the history
  • Loading branch information
4e6 authored Nov 21, 2024
1 parent b166336 commit 3a4ac4f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
import java.util.List;
import org.enso.common.LanguageInfo;
import org.enso.common.MethodNames;
import org.enso.interpreter.node.expression.builtin.interop.syntax.HostValueToEnsoNode;
import org.enso.interpreter.node.expression.foreign.HostValueToEnsoNode;
import org.enso.interpreter.runtime.EnsoContext;
import org.enso.interpreter.runtime.data.hash.EnsoHashMap;
import org.enso.interpreter.runtime.data.hash.HashMapGetNode;
Expand Down

0 comments on commit 3a4ac4f

Please sign in to comment.