diff options
Diffstat (limited to 'test/src/syntax-tests.el')
-rw-r--r-- | test/src/syntax-tests.el | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/test/src/syntax-tests.el b/test/src/syntax-tests.el index 71ddecfcb97..f0f7cf28a3c 100644 --- a/test/src/syntax-tests.el +++ b/test/src/syntax-tests.el @@ -518,7 +518,6 @@ the `parse-partial-sexp's are expected to stop. See (modify-syntax-entry (unibyte-char-to-multibyte 128) "_" st) (set-syntax-table st) (should (equal (eval '(char-syntax 128) t) ?_)) - (should (equal (funcall cs 128) ?_)))) - (list (char-syntax 128) (funcall cs 128)))) + (should (equal (funcall cs 128) ?_)))))) ;;; syntax-tests.el ends here |