emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

feature/native-comp 93f86a2: Test 'comp-eq' should not assume any string


From: Andrea Corallo
Subject: feature/native-comp 93f86a2: Test 'comp-eq' should not assume any string hashing policy
Date: Fri, 21 Feb 2020 14:01:34 -0500 (EST)

branch: feature/native-comp
commit 93f86a23784822968ba8f2e1f79abaeb1ab35dab
Author: Andrea Corallo <address@hidden>
Commit: Andrea Corallo <address@hidden>

    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 fc6543b..00a4022 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))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]