emacs-elpa-diffs
[Top][All Lists]
Advanced

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

[elpa] externals/org e3f327d1e6 4/5: ob-haskell/session-named-none-means


From: ELPA Syncer
Subject: [elpa] externals/org e3f327d1e6 4/5: ob-haskell/session-named-none-means-one-shot-sessions: Remove duplicate
Date: Fri, 9 Feb 2024 09:58:57 -0500 (EST)

branch: externals/org
commit e3f327d1e6d9245d2e411742042db06437c7b7fe
Author: Ihor Radchenko <yantar92@posteo.net>
Commit: Ihor Radchenko <yantar92@posteo.net>

    ob-haskell/session-named-none-means-one-shot-sessions: Remove duplicate
    
    *
    testing/lisp/test-ob-haskell-ghci.el 
(ob-haskell/session-named-none-means-one-shot-sessions):
    Remove duplicate from the test.
---
 testing/lisp/test-ob-haskell-ghci.el | 2 --
 1 file changed, 2 deletions(-)

diff --git a/testing/lisp/test-ob-haskell-ghci.el 
b/testing/lisp/test-ob-haskell-ghci.el
index cbd5f6f9a4..990addcd44 100644
--- a/testing/lisp/test-ob-haskell-ghci.el
+++ b/testing/lisp/test-ob-haskell-ghci.el
@@ -117,8 +117,6 @@ main
 (ert-deftest ob-haskell/session-named-none-means-one-shot-sessions ()
   "When no session, use a new session.
 \"none\" is a special name that means `no session'."
-  (test-ob-haskell-ghci ":session none" "x=2" nil)
-  (should-not (equal 2 (test-ob-haskell-ghci ":session \"none\"" "x" nil)))
   (test-ob-haskell-ghci ":session none" "x=2" nil)
   (should-not (equal 2 (test-ob-haskell-ghci ":session \"none\"" "x" nil))))
 



reply via email to

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