diff options
Diffstat (limited to 'test/src/editfns-tests.el')
-rw-r--r-- | test/src/editfns-tests.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/src/editfns-tests.el b/test/src/editfns-tests.el index a7fcef86209..a02bab73c09 100644 --- a/test/src/editfns-tests.el +++ b/test/src/editfns-tests.el @@ -520,7 +520,7 @@ (insert "ééé") (encode-coding-region beg (point) 'utf-8) (should (null (sanity-check-change-functions-errors)))) - + (sanity-check-change-functions-with-op 'DECODE-CODING-REGION (decode-coding-region beg (point) 'utf-8) (should (null (sanity-check-change-functions-errors))))) |