aboutsummaryrefslogtreecommitdiff
path: root/tests/test-modeline-config-string-truncate-p.el
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test-modeline-config-string-truncate-p.el')
-rw-r--r--tests/test-modeline-config-string-truncate-p.el8
1 files changed, 0 insertions, 8 deletions
diff --git a/tests/test-modeline-config-string-truncate-p.el b/tests/test-modeline-config-string-truncate-p.el
index 09378b0d1..94ea74171 100644
--- a/tests/test-modeline-config-string-truncate-p.el
+++ b/tests/test-modeline-config-string-truncate-p.el
@@ -19,14 +19,6 @@
;; Add modules directory to load path
(add-to-list 'load-path (expand-file-name "modules" user-emacs-directory))
-;; Stub dependencies before loading the module
-(unless (boundp 'cj/buffer-status-colors)
- (defvar cj/buffer-status-colors
- '((unmodified . "#FFFFFF")
- (modified . "#00FF00")
- (read-only . "#FF0000")
- (overwrite . "#FFD700"))))
-
(require 'modeline-config)
;;; Test Helpers