Changeset

8370:2fba23c341d6

spec/util.encodings: Remove workaround for a thing
author Kim Alvefur <zash@zash.se>
date Fri, 03 Nov 2017 15:40:52 +0100
parents 8369:e08a0ff6ce14
children 8371:09a1ce618ad0
files spec/util_encodings_spec.lua
diffstat 1 files changed, 0 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/spec/util_encodings_spec.lua	Fri Nov 03 01:17:53 2017 +0100
+++ b/spec/util_encodings_spec.lua	Fri Nov 03 15:40:52 2017 +0100
@@ -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 ()