aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--test/lisp/calc/calc-tests.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/lisp/calc/calc-tests.el b/test/lisp/calc/calc-tests.el
index 33e6b14827f..f85f8da5434 100644
--- a/test/lisp/calc/calc-tests.el
+++ b/test/lisp/calc/calc-tests.el
@@ -29,6 +29,7 @@
29(require 'calc) 29(require 'calc)
30(require 'calc-ext) 30(require 'calc-ext)
31(require 'calc-units) 31(require 'calc-units)
32(require 'calc-forms)
32 33
33;; XXX The order in which calc libraries (in particular calc-units) 34;; XXX The order in which calc libraries (in particular calc-units)
34;; are loaded influences whether a calc integer in an expression 35;; are loaded influences whether a calc integer in an expression