aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorMattias EngdegÄrd2022-01-13 11:27:21 +0100
committerMattias EngdegÄrd2022-01-13 11:27:21 +0100
commitdbf55ec080b9770857631badf4ea13e15e71f611 (patch)
treed6f221ef03e65d75b9b5c58264a00c6352d09bcb /test
parent230b7787953b0878c6c0860b7d38b1e55d3dbc7a (diff)
downloademacs-dbf55ec080b9770857631badf4ea13e15e71f611.tar.gz
emacs-dbf55ec080b9770857631badf4ea13e15e71f611.zip
; * test/lisp/progmodes/flymake-tests.el: remove duplicate function
Diffstat (limited to 'test')
-rw-r--r--test/lisp/progmodes/flymake-tests.el5
1 files changed, 0 insertions, 5 deletions
diff --git a/test/lisp/progmodes/flymake-tests.el b/test/lisp/progmodes/flymake-tests.el
index 0793b2bfdab..ced7b5aaced 100644
--- a/test/lisp/progmodes/flymake-tests.el
+++ b/test/lisp/progmodes/flymake-tests.el
@@ -145,11 +145,6 @@ SEVERITY-PREDICATE is used to setup
145 (string-match "[Cc]lang version " 145 (string-match "[Cc]lang version "
146 (shell-command-to-string "gcc --version"))) 146 (shell-command-to-string "gcc --version")))
147 147
148(defun flymake-tests--gcc-is-clang ()
149 "Whether the `gcc' command actually runs the Clang compiler."
150 (string-match "[Cc]lang version "
151 (shell-command-to-string "gcc --version")))
152
153(ert-deftest different-diagnostic-types () 148(ert-deftest different-diagnostic-types ()
154 "Test GCC warning via function predicate." 149 "Test GCC warning via function predicate."
155 (skip-unless (and (executable-find "gcc") 150 (skip-unless (and (executable-find "gcc")