From a0c6ee6fc5725dab42aba662d46e46c213c8018a Mon Sep 17 00:00:00 2001 From: Andrea Corallo <akrl@sdf.org> Date: Mon, 20 Jan 2020 21:59:40 +0000 Subject: [PATCH] Do no force speed while running the testsuite --- test/src/comp-tests.el | 3 --- 1 file changed, 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 @@ (require 'cl-lib) (require 'comp) -;; (setq comp-debug 1) -(setq comp-speed 0) - (defconst comp-test-directory (file-name-directory (or load-file-name buffer-file-name))) (defconst comp-test-src -- 2.39.5