summaryrefslogtreecommitdiff
path: root/test/src/process-tests.el
diff options
context:
space:
mode:
authorStefan Kangas <stefan@marxist.se>2021-03-22 00:02:14 +0100
committerStefan Kangas <stefan@marxist.se>2021-03-22 01:06:32 +0100
commitcb5d1fe1aa9f280d60fcb33b58fc83ace3d95081 (patch)
tree2a62ce98d9fb9ada15c78b0df0125be487a403a6 /test/src/process-tests.el
parentaa21273788a8727effd05e9ae5fb2b2369fbd559 (diff)
downloademacs-cb5d1fe1aa9f280d60fcb33b58fc83ace3d95081.tar.gz
Remove unnecessary requires of rx
* lisp/cedet/semantic/wisent/python.el (rx): * test/src/process-tests.el (rx): Remove unnecessary requires.
Diffstat (limited to 'test/src/process-tests.el')
-rw-r--r--test/src/process-tests.el1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/src/process-tests.el b/test/src/process-tests.el
index 17aef30a433..b64c82c87d0 100644
--- a/test/src/process-tests.el
+++ b/test/src/process-tests.el
@@ -26,7 +26,6 @@
(require 'cl-lib)
(require 'ert)
(require 'puny)
-(require 'rx)
(require 'subr-x)
(require 'dns)