Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
bbatsov committed Jan 17, 2015
1 parent 4ec8cdd commit cda7e3e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/grizzl-test.el
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
;;; grizzl-test.el --- Fuzzy search index tests.
;;; grizzl-test.el --- Fuzzy search index tests. -*- lexical-binding: t -*-

;; Copyright © 2013-2014 Chris Corbyn
;; Copyright © 2015 Bozhidar Batsov
Expand All @@ -7,7 +7,7 @@

(require 'grizzl)

(noflet ((index (lambda (&rest opts)
(let* ((index (lambda (&rest opts)
(apply 'grizzl-make-index
(append '(("Models"
"Controllers"
Expand Down

0 comments on commit cda7e3e

Please sign in to comment.