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 | 56ff6b04ee606cbed3062b3061f20617c395164b (patch) | |
tree | 0eb9a83bd55cf1fbf3de279224e8952bf7c9836a /spec | |
parent | 2bcf7f60228b03925ea774f795839f5eec7f9cf5 (diff) | |
download | prosody-56ff6b04ee606cbed3062b3061f20617c395164b.tar.gz prosody-56ff6b04ee606cbed3062b3061f20617c395164b.zip |
spec/util.encodings: Remove workaround for a thing
Diffstat (limited to 'spec')
-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 () |