; * test/lisp/progmodes/flymake-tests.el: remove duplicate function
This commit is contained in:
parent
230b778795
commit
dbf55ec080
1 changed files with 0 additions and 5 deletions
|
@ -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")
|
||||
|
|
Loading…
Add table
Reference in a new issue