Skip to content

Commit 4d4c7a1

Browse files
committed
Fix a "missing lexical binding" warning in tests
Fixes: tests/purescript-str-tests.el:1:1: Error: file has no ‘lexical-binding’ directive on its first line
1 parent b28d882 commit 4d4c7a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/purescript-str-tests.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
;; unit tests for purescript-str.el
1+
;; unit tests for purescript-str.el -*- lexical-binding: t -*-
22

33
(require 'ert)
44

0 commit comments

Comments
 (0)