From: Michael Albinus Date: Wed, 3 Jul 2019 07:00:26 +0000 (+0200) Subject: Change expected result of a flymake test on emba X-Git-Tag: emacs-27.0.90~2114 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=14563dc10a9ef9483d21ccc149bc36e4d9cb8bbd;p=emacs.git Change expected result of a flymake test on emba * test/lisp/progmodes/flymake-tests.el (different-diagnostic-types): Test is now passing on emba.gnu.org, too. --- diff --git a/test/lisp/progmodes/flymake-tests.el b/test/lisp/progmodes/flymake-tests.el index 8616dc6c02b..af9729028cf 100644 --- a/test/lisp/progmodes/flymake-tests.el +++ b/test/lisp/progmodes/flymake-tests.el @@ -144,7 +144,6 @@ SEVERITY-PREDICATE is used to setup (ert-deftest different-diagnostic-types () "Test GCC warning via function predicate." - :expected-result (if (getenv "EMACS_EMBA_CI") :failed :passed) (skip-unless (and (executable-find "gcc") (version<= "5" (string-trim