diff options
author | Eduardo Julian | 2022-08-10 19:38:43 -0400 |
---|---|---|
committer | Eduardo Julian | 2022-08-10 19:38:43 -0400 |
commit | 68d78235694c633c956bb9e8a007cad7d65370bc (patch) | |
tree | f84fcb298d29d3c85d149fd2f3c94f31b59305d4 /lux-mode | |
parent | 6ec8f5d2f6cbf8db45f91e5c4b48c6ec17659f72 (diff) |
Extracted property-based testing machinery into its own module.
Diffstat (limited to 'lux-mode')
-rw-r--r-- | lux-mode/lux-mode.el | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lux-mode/lux-mode.el b/lux-mode/lux-mode.el index c165b483d..b7329e753 100644 --- a/lux-mode/lux-mode.el +++ b/lux-mode/lux-mode.el @@ -629,7 +629,6 @@ This function also returns nil meaning don't specify the indentation." (fix_me 'defun) (test 'defun) - ("test'" 'defun) (coverage 'defun) ) |