diff options
| author | Andrea Corallo | 2020-01-20 21:59:40 +0000 |
|---|---|---|
| committer | Andrea Corallo | 2020-01-20 21:59:40 +0000 |
| commit | a0c6ee6fc5725dab42aba662d46e46c213c8018a (patch) | |
| tree | b6b36affe34cdca06f8f3e94760ed7fae873181f /test/src | |
| parent | e83bc2503b6639542e85a859f88642bde3411bf5 (diff) | |
| download | emacs-a0c6ee6fc5725dab42aba662d46e46c213c8018a.tar.gz emacs-a0c6ee6fc5725dab42aba662d46e46c213c8018a.zip | |
Do no force speed while running the testsuite
Diffstat (limited to 'test/src')
| -rw-r--r-- | test/src/comp-tests.el | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/test/src/comp-tests.el b/test/src/comp-tests.el index d71dad6dd59..bd844a90c3c 100644 --- a/test/src/comp-tests.el +++ b/test/src/comp-tests.el | |||
| @@ -29,9 +29,6 @@ | |||
| 29 | (require 'cl-lib) | 29 | (require 'cl-lib) |
| 30 | (require 'comp) | 30 | (require 'comp) |
| 31 | 31 | ||
| 32 | ;; (setq comp-debug 1) | ||
| 33 | (setq comp-speed 0) | ||
| 34 | |||
| 35 | (defconst comp-test-directory (file-name-directory (or load-file-name | 32 | (defconst comp-test-directory (file-name-directory (or load-file-name |
| 36 | buffer-file-name))) | 33 | buffer-file-name))) |
| 37 | (defconst comp-test-src | 34 | (defconst comp-test-src |