; * test/lisp/progmodes/flymake-tests.el: remove duplicate function

This commit is contained in:
Mattias Engdegård 2022-01-13 11:27:21 +01:00
parent 230b778795
commit dbf55ec080

View file

@ -145,11 +145,6 @@ SEVERITY-PREDICATE is used to setup
(string-match "[Cc]lang version "
(shell-command-to-string "gcc --version")))
(defun flymake-tests--gcc-is-clang ()
"Whether the `gcc' command actually runs the Clang compiler."
(string-match "[Cc]lang version "
(shell-command-to-string "gcc --version")))
(ert-deftest different-diagnostic-types ()
"Test GCC warning via function predicate."
(skip-unless (and (executable-find "gcc")