From 93f86a23784822968ba8f2e1f79abaeb1ab35dab Mon Sep 17 00:00:00 2001 From: Andrea Corallo Date: Fri, 21 Feb 2020 18:59:46 +0000 Subject: [PATCH] Test 'comp-eq' should not assume any string hashing policy --- test/src/comp-tests.el | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/test/src/comp-tests.el b/test/src/comp-tests.el index fc6543bcaec..00a40228740 100644 --- a/test/src/comp-tests.el +++ b/test/src/comp-tests.el @@ -441,8 +441,7 @@ Check that the resulting binaries do not differ." (ert-deftest comp-eq () (should (comp-test-eq 'a 'a)) (should (comp-test-eq 5 5)) - (should-not (comp-test-eq 'a 'b)) - (should-not (comp-test-eq "x" "x"))) + (should-not (comp-test-eq 'a 'b))) (ert-deftest comp-if () (should (eq (comp-test-if 'a 'b) 'a)) -- 2.39.5