summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--test/lisp/emacs-lisp/bytecomp-tests.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/lisp/emacs-lisp/bytecomp-tests.el b/test/lisp/emacs-lisp/bytecomp-tests.el
index 8470e07cf9d..954e05021a6 100644
--- a/test/lisp/emacs-lisp/bytecomp-tests.el
+++ b/test/lisp/emacs-lisp/bytecomp-tests.el
@@ -705,8 +705,8 @@ literals (Bug#20852)."
(should-not (re-search-forward match nil t)))
;; Also check that byte compiled forms are identical.
(should (equal (byte-compile form)
- (byte-compile `(with-suppressed-warnings ,suppress ,form))))
- ))
+ (byte-compile
+ `(with-suppressed-warnings ,suppress ,form))))))
(ert-deftest bytecomp-test--with-suppressed-warnings ()
(test-suppression