From 68d9108ccf5016ebcd538ce572afd976fcea1f26 Mon Sep 17 00:00:00 2001 From: Kristin Rutenkolk Date: Wed, 30 Oct 2024 14:12:18 +0100 Subject: [PATCH] fix ffi_test --- test/clj/coffi/ffi_test.clj | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test/clj/coffi/ffi_test.clj b/test/clj/coffi/ffi_test.clj index 52be210..77bfe6b 100644 --- a/test/clj/coffi/ffi_test.clj +++ b/test/clj/coffi/ffi_test.clj @@ -3,7 +3,8 @@ [clojure.test :as t] [coffi.ffi :as ffi] [coffi.layout :as layout] - [coffi.mem :as mem])) + [coffi.mem :as mem] + [clojure.pprint])) (ffi/load-library "target/ffi_test.so")