aboutsummaryrefslogtreecommitdiffstats
path: root/test/src
diff options
context:
space:
mode:
authorAndrea Corallo2019-07-09 22:28:29 +0200
committerAndrea Corallo2020-01-01 11:33:51 +0100
commitc1a738bd98f7eaaf4dcc87b0769dad2821178ab8 (patch)
treed9f4c45b2d934a3018d932c663656de0a840d6bb /test/src
parent0a227b6db46dcd5c4af0b6266d4f642b0c6157b5 (diff)
downloademacs-c1a738bd98f7eaaf4dcc87b0769dad2821178ab8.tar.gz
emacs-c1a738bd98f7eaaf4dcc87b0769dad2821178ab8.zip
update tests
Diffstat (limited to 'test/src')
-rw-r--r--test/src/comp-tests.el5
1 files changed, 1 insertions, 4 deletions
diff --git a/test/src/comp-tests.el b/test/src/comp-tests.el
index c6ee5b76855..8d3a0f507d3 100644
--- a/test/src/comp-tests.el
+++ b/test/src/comp-tests.el
@@ -26,6 +26,7 @@
26;;; Code: 26;;; Code:
27 27
28(require 'ert) 28(require 'ert)
29(require 'comp)
29 30
30(setq garbage-collection-messages t) 31(setq garbage-collection-messages t)
31 32
@@ -103,10 +104,6 @@
103 (defun comp-tests-varset-f () 104 (defun comp-tests-varset-f ()
104 (setq comp-tests-var1 55)) 105 (setq comp-tests-var1 55))
105 (comp-test-compile #'comp-tests-varset-f) 106 (comp-test-compile #'comp-tests-varset-f)
106((byte-constant 55 . 1)
107 (byte-dup . 0)
108 (byte-varset comp-tests-var1 . 0)
109 (byte-return . 0))
110 107
111 (comp-tests-varset-f) 108 (comp-tests-varset-f)
112 109