From f6775e1e2c3e297300cf27e809cbbcbb236c0689 Mon Sep 17 00:00:00 2001 From: Kim Alvefur Date: Fri, 3 Nov 2017 15:40:52 +0100 Subject: spec/util.encodings: Remove workaround for a thing --- spec/util_encodings_spec.lua | 4 ---- 1 file changed, 4 deletions(-) (limited to 'spec') diff --git a/spec/util_encodings_spec.lua b/spec/util_encodings_spec.lua index ba0d9837..c973e811 100644 --- a/spec/util_encodings_spec.lua +++ b/spec/util_encodings_spec.lua @@ -1,9 +1,5 @@ local encodings = require "util.encodings"; -local encodings = { -- Workaround for rust thing - base64 = _G.base64; - utf8 = _G.utf8; -}; local utf8 = assert(encodings.utf8, "no encodings.utf8 module"); describe("util.encodings", function () -- cgit v1.2.3