aboutsummaryrefslogtreecommitdiffstats
path: root/test/src
diff options
context:
space:
mode:
Diffstat (limited to 'test/src')
-rw-r--r--test/src/comp-resources/comp-test-funcs.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/src/comp-resources/comp-test-funcs.el b/test/src/comp-resources/comp-test-funcs.el
index d740a5f8107..b3fd2bcd175 100644
--- a/test/src/comp-resources/comp-test-funcs.el
+++ b/test/src/comp-resources/comp-test-funcs.el
@@ -677,7 +677,7 @@
677 (progn 677 (progn
678 (if (and noninteractive (not byte-compile-verbose)) 678 (if (and noninteractive (not byte-compile-verbose))
679 (message "Compiling %s..." filename)) 679 (message "Compiling %s..." filename))
680 (byte-compile-file filename load)) 680 (byte-compile-file filename))
681 (when load 681 (when load
682 (load (if (file-exists-p dest) dest filename))) 682 (load (if (file-exists-p dest) dest filename)))
683 'no-byte-compile))) 683 'no-byte-compile)))