From a6b7ece50473cdeadeab741b3c16d7c06b62d608 Mon Sep 17 00:00:00 2001 From: Kristin Rutenkolk Date: Tue, 7 Jan 2025 17:22:00 +0100 Subject: [PATCH] remove layout dependency from mem test --- test/clj/coffi/mem_test.clj | 1 - 1 file changed, 1 deletion(-) diff --git a/test/clj/coffi/mem_test.clj b/test/clj/coffi/mem_test.clj index 65a0a64..d3d4736 100644 --- a/test/clj/coffi/mem_test.clj +++ b/test/clj/coffi/mem_test.clj @@ -2,7 +2,6 @@ (:require [clojure.test :as t] [coffi.ffi :as ffi] - [coffi.layout :as layout] [coffi.mem :as mem]) (:import (java.lang.foreign