diff options
author | Kim Alvefur <zash@zash.se> | 2017-11-03 15:40:52 +0100 |
---|---|---|
committer | Kim Alvefur <zash@zash.se> | 2017-11-03 15:40:52 +0100 |
commit | f6775e1e2c3e297300cf27e809cbbcbb236c0689 (patch) | |
tree | 0eb9a83bd55cf1fbf3de279224e8952bf7c9836a | |
parent | 772fed8862a33dc06b00550f380fae852f20ff79 (diff) | |
download | prosody-f6775e1e2c3e297300cf27e809cbbcbb236c0689.tar.gz prosody-f6775e1e2c3e297300cf27e809cbbcbb236c0689.zip |
spec/util.encodings: Remove workaround for a thing
-rw-r--r-- | spec/util_encodings_spec.lua | 4 |
1 files changed, 0 insertions, 4 deletions
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 () |