diff --git a/test/strbuf.carp b/test/strbuf.carp index 36f2f75..efe2b83 100644 --- a/test/strbuf.carp +++ b/test/strbuf.carp @@ -161,6 +161,6 @@ 0l (do (Debug.reset-memory-balance!) - (let [sb (StringBuf.create)] ()) + (let [_sb (StringBuf.create)] ()) (Debug.memory-balance)) "owned buffers are deleted automatically at scope exit"))