File tree Expand file tree Collapse file tree 3 files changed +0
-297
lines changed Expand file tree Collapse file tree 3 files changed +0
-297
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,6 @@ ELFILES = \
19
19
purescript-presentation-mode.el \
20
20
purescript-simple-indent.el \
21
21
purescript-sort-imports.el \
22
- purescript-str.el \
23
22
purescript-unicode-input-method.el \
24
23
purescript-utils.el \
25
24
purescript-decl-scan.el \
@@ -28,7 +27,6 @@ ELFILES = \
28
27
tests/purescript-sort-imports-tests.el \
29
28
tests/purescript-indentation-tests.el \
30
29
tests/purescript-font-lock-tests.el \
31
- tests/purescript-str-tests.el
32
30
33
31
ELCFILES = $(ELFILES:.el=.elc )
34
32
AUTOLOADS = purescript-mode-autoloads.el
@@ -48,7 +46,6 @@ compile: $(ELCFILES)
48
46
49
47
test : compile
50
48
@$(BATCH ) -l tests/purescript-sort-imports-tests.elc \
51
- -l tests/purescript-str-tests.elc \
52
49
-l tests/purescript-indentation-tests.elc \
53
50
-l tests/purescript-font-lock-tests.elc \
54
51
-f ert-run-tests-batch-and-exit
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments