aboutsummaryrefslogtreecommitdiffstats
path: root/vnfmarket/src/main/webapp/vnfmarket/node_modules/uglify-js/test/unit/compress/expected/issue50.js
diff options
context:
space:
mode:
Diffstat (limited to 'vnfmarket/src/main/webapp/vnfmarket/node_modules/uglify-js/test/unit/compress/expected/issue50.js')
-rw-r--r--vnfmarket/src/main/webapp/vnfmarket/node_modules/uglify-js/test/unit/compress/expected/issue50.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/vnfmarket/src/main/webapp/vnfmarket/node_modules/uglify-js/test/unit/compress/expected/issue50.js b/vnfmarket/src/main/webapp/vnfmarket/node_modules/uglify-js/test/unit/compress/expected/issue50.js
deleted file mode 100644
index 1974186f..00000000
--- a/vnfmarket/src/main/webapp/vnfmarket/node_modules/uglify-js/test/unit/compress/expected/issue50.js
+++ /dev/null
@@ -1 +0,0 @@
-function bar(a){try{foo()}catch(b){alert("Exception caught (foo not defined)")}alert(a)}bar(10)