aboutsummaryrefslogtreecommitdiffstats
path: root/test/src
diff options
context:
space:
mode:
authorEli Zaretskii2026-02-27 15:29:16 +0200
committerEli Zaretskii2026-02-27 15:29:16 +0200
commit959da753428ff467616dd11e37587f5c5d24779f (patch)
tree0a494acc70d819df44fa41469c92c9da6dd908b1 /test/src
parent9bb9074d93504ac85ff518fd014fcb37cd27bbc9 (diff)
downloademacs-959da753428ff467616dd11e37587f5c5d24779f.tar.gz
emacs-959da753428ff467616dd11e37587f5c5d24779f.zip
; * test/src/data-tests.el (data-tests-native-comp-unit): Fix test.
Diffstat (limited to 'test/src')
-rw-r--r--test/src/data-tests.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/src/data-tests.el b/test/src/data-tests.el
index a46abb8ef9b..c64a8a98725 100644
--- a/test/src/data-tests.el
+++ b/test/src/data-tests.el
@@ -133,7 +133,7 @@ this is exactly representable and is greater than
133 133
134(ert-deftest data-tests-native-comp-unit () 134(ert-deftest data-tests-native-comp-unit ()
135 (skip-unless (fboundp 'subr-native-comp-unit)) 135 (skip-unless (fboundp 'subr-native-comp-unit))
136 (let ((unit (subr-native-comp-unit #'car))) 136 (let ((unit (subr-native-comp-unit (symbol-function 'symbol-file))))
137 (skip-unless unit) 137 (skip-unless unit)
138 (let ((orig (native-comp-unit-file unit))) 138 (let ((orig (native-comp-unit-file unit)))
139 (native-comp-unit-set-file unit "data-tests-unit") 139 (native-comp-unit-set-file unit "data-tests-unit")