branch: elpa/d-mode
commit 199743df55c6bfce3cdb08405bd8519768c8dfa9
Author: Vladimir Panteleev <[email protected]>
Commit: Vladimir Panteleev <[email protected]>

    tests/I0021: Update condition
    
    Fixed in Emacs master.
---
 tests/I0021.d | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/I0021.d b/tests/I0021.d
index 96c5cf9..1927d19 100644
--- a/tests/I0021.d
+++ b/tests/I0021.d
@@ -5,4 +5,4 @@ auto y = "c\""; // double-quoted string ends with an escaped "
 
 // cc-mode bug:
 // https://debbugs.gnu.org/cgi/bugreport.cgi?bug=45988
-// #condition: (version<= emacs-version "27")
+// #condition: (or (version<= emacs-version "27") (version<= "28.0.50" 
emacs-version))

Reply via email to