From cbc967e0da84863e926b4e2af5ba2b617fb4ba06 Mon Sep 17 00:00:00 2001 From: Timo Tijhof Date: Sat, 28 Nov 2020 08:49:30 +0000 Subject: [PATCH] tests: Remove redundant xzdec.js include (#676) Follows-up 0c530101573cf95b, which removed this from www/index.html, but it was still present in the test suite. This is now loaded automatically by RequireJS. --- tests.html | 1 - 1 file changed, 1 deletion(-) diff --git a/tests.html b/tests.html index a3b674469..eb16078f5 100644 --- a/tests.html +++ b/tests.html @@ -31,7 +31,6 @@ js files. This loads "main.js", which in turn can load other files, all handled by require.js: http://requirejs.org/docs/api.html#jsfiles --> -