Skip to content

Commit 941f0eb

Browse files
committed
fix test run for Emacs 24.5 on travis
1 parent 9f7f246 commit 941f0eb

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

test/elixir-mode-font-test.el

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@
88

99
;;; Code:
1010

11+
(require 'test-helper)
12+
1113
(defun elixir-test-face-at (pos &optional content)
1214
"Get the face at POS in CONTENT.
1315

test/elixir-mode-indentation-test.el

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@
99

1010
;;; Code:
1111

12+
(require 'test-helper)
13+
1214
(elixir-def-indentation-test indent-use-dot-module-newline
1315
(:tags '(indentation))
1416
"defmodule Foo do

0 commit comments

Comments
 (0)