Skip to content

Commit d7953d5

Browse files
committed
Test suite now uses Rhino 1.7R2, too.
1 parent d9a0763 commit d7953d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/suite.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ runtest () {
1818

1919
if [ "$2" == "cssminjs" ]; then
2020
actual="$(
21-
java -jar ../lib/rhino-1.6R7.jar suite.rhino $testfile
21+
java -jar ../lib/rhino-1.7R2.jar suite.rhino $testfile
2222
)"
2323

2424
else

0 commit comments

Comments
 (0)