From 7059ac958318023eec397c06ad095f7a701d3315 Mon Sep 17 00:00:00 2001 From: Rodney Hinderliter <119479228+Rod547@users.noreply.github.com> Date: Sat, 3 Dec 2022 00:33:44 -0600 Subject: [PATCH] Revert "bugfix: filename error (#53)" This reverts commit bc2898670eae963e8fbc88a40f6337b42c8a61b8. --- test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test.js b/test.js index 20d7c5f..3b49c2c 100755 --- a/test.js +++ b/test.js @@ -4,7 +4,7 @@ const { transformer, codeGenerator, compiler, -} = require('./the-super-tiny-compiler'); +} = require('./super-tiny-compiler'); const assert = require('assert'); const input = '(add 2 (subtract 4 2))';