diff options
| author | Michael Albinus | 2019-07-03 09:00:26 +0200 |
|---|---|---|
| committer | Michael Albinus | 2019-07-03 09:00:26 +0200 |
| commit | 14563dc10a9ef9483d21ccc149bc36e4d9cb8bbd (patch) | |
| tree | fa8ac97acb7d33f09cbb1f0d5f434f152244f3d3 | |
| parent | 52d0d4feac856773c5601b40c2996468fd3374bb (diff) | |
| download | emacs-14563dc10a9ef9483d21ccc149bc36e4d9cb8bbd.tar.gz emacs-14563dc10a9ef9483d21ccc149bc36e4d9cb8bbd.zip | |
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.
| -rw-r--r-- | test/lisp/progmodes/flymake-tests.el | 1 |
1 files changed, 0 insertions, 1 deletions
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 | |||
| 144 | 144 | ||
| 145 | (ert-deftest different-diagnostic-types () | 145 | (ert-deftest different-diagnostic-types () |
| 146 | "Test GCC warning via function predicate." | 146 | "Test GCC warning via function predicate." |
| 147 | :expected-result (if (getenv "EMACS_EMBA_CI") :failed :passed) | ||
| 148 | (skip-unless (and (executable-find "gcc") | 147 | (skip-unless (and (executable-find "gcc") |
| 149 | (version<= | 148 | (version<= |
| 150 | "5" (string-trim | 149 | "5" (string-trim |