From 965d69763c0cc180ad97d403378a9db4626570e0 Mon Sep 17 00:00:00 2001 From: Matthew Wild Date: Fri, 23 Feb 2024 12:13:06 +0000 Subject: util.strbitop: Remove unused import in tests --- spec/util_strbitop_spec.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'spec') diff --git a/spec/util_strbitop_spec.lua b/spec/util_strbitop_spec.lua index fdb21414..963c9516 100644 --- a/spec/util_strbitop_spec.lua +++ b/spec/util_strbitop_spec.lua @@ -67,7 +67,7 @@ describe("util.strbitop", function () assert(ret1 == ret2, ("parameter order should not make a difference to the result (%s, %s) = %d, reversed = %d"):format(a, b, ret1, ret2)); return ret1; end - local hex = require "util.hex"; + it("works on single bytes", function () assert.equal(0, test("00000000", "11111111")); assert.equal(1, test("10000000", "11111111")); -- cgit v1.2.3