aboutsummaryrefslogtreecommitdiffstats
path: root/test/src/comp-tests.el
diff options
context:
space:
mode:
authorStefan Kangas2022-11-20 12:59:39 +0100
committerStefan Kangas2022-11-20 12:59:39 +0100
commit16318bfb518aa7bc06e502e6fad7e53ec91067f9 (patch)
treee27122c0a061762bc483ed245ca62ac8d957f881 /test/src/comp-tests.el
parent6082ab9697fa8c18e9049d24840d07efe6f95625 (diff)
downloademacs-16318bfb518aa7bc06e502e6fad7e53ec91067f9.tar.gz
emacs-16318bfb518aa7bc06e502e6fad7e53ec91067f9.zip
; Fix typos
Diffstat (limited to 'test/src/comp-tests.el')
-rw-r--r--test/src/comp-tests.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/src/comp-tests.el b/test/src/comp-tests.el
index 734b4a0d221..4e512098a3d 100644
--- a/test/src/comp-tests.el
+++ b/test/src/comp-tests.el
@@ -298,9 +298,9 @@ Check that the resulting binaries do not differ."
298(comp-deftest non-locals () 298(comp-deftest non-locals ()
299 "Test non locals." 299 "Test non locals."
300 (should (string= (comp-tests-condition-case-0-f) 300 (should (string= (comp-tests-condition-case-0-f)
301 "arith-error Arithmetic error catched")) 301 "arith-error Arithmetic error caught"))
302 (should (string= (comp-tests-condition-case-1-f) 302 (should (string= (comp-tests-condition-case-1-f)
303 "error Foo catched")) 303 "error Foo caught"))
304 (should (= (comp-tests-catch-f 304 (should (= (comp-tests-catch-f
305 (lambda () (throw 'foo 3))) 305 (lambda () (throw 'foo 3)))
306 3)) 306 3))