Skip to content

Commit

Permalink
tests: Remove redundant xzdec.js include (#676)
Browse files Browse the repository at this point in the history
Follows-up 0c53010, which removed this from www/index.html,
but it was still present in the test suite.

This is now loaded automatically by RequireJS.
  • Loading branch information
Krinkle authored Nov 28, 2020
1 parent 74cccba commit cbc967e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests.html
Original file line number Diff line number Diff line change
Expand Up @@ -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 -->
<script type="text/javascript" src="www/js/lib/xzdec.js"></script>
<script type="text/javascript"
data-main="tests/init.js"
src="www/js/lib/require.js"></script>
Expand Down

0 comments on commit cbc967e

Please sign in to comment.