From c2f65e75cc790dfff3fc25e7f56b6b3b13ae1f73 Mon Sep 17 00:00:00 2001 From: Eli Skeggs Date: Thu, 28 Jul 2016 16:21:25 -0700 Subject: [PATCH] Fix existing test --- test/function/load-returns-string-or-null/main.js | 1 + 1 file changed, 1 insertion(+) create mode 100644 test/function/load-returns-string-or-null/main.js diff --git a/test/function/load-returns-string-or-null/main.js b/test/function/load-returns-string-or-null/main.js new file mode 100644 index 0000000..422c084 --- /dev/null +++ b/test/function/load-returns-string-or-null/main.js @@ -0,0 +1 @@ +throw new Error('should not be reached');