Skip to content

Commit b260308

Browse files
committed
Declare local variables
1 parent 90686cb commit b260308

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/swift-mode-test-beginning-of-defun.el

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,14 +48,14 @@ PROGRESS-REPORTER is the progress-reporter."
4848
(if (not swift-mode:test:running)
4949
(swift-mode:run-test '(swift-mode:run-test:beginning-of-defun))
5050
(let ((current-line 0)
51+
expected-positions
5152
expected-positions-desc
5253
expected-positions-asc
53-
tests)
54+
test-parameters)
5455
(setq default-directory
5556
(concat (file-name-as-directory swift-mode:test:basedir)
5657
(file-name-as-directory "swift-files")
5758
"beginning-of-defun"))
58-
;; TODO forward-sentence, backward-sentence
5959
(dolist (swift-file (file-expand-wildcards "*.swift"))
6060
(redisplay)
6161
(with-temp-buffer

0 commit comments

Comments
 (0)