aboutsummaryrefslogtreecommitdiff
path: root/tests/test/cpp/cpp-environment.scm
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2022-07-12 02:46:12 +0200
committerHugo Hörnquist <hugo@lysator.liu.se>2022-07-12 02:46:15 +0200
commit5263ab1126adfc65e66104b50c618abea8c99772 (patch)
tree763fcb38fdf65d9f67b88448cb3a68d7caa6a8d1 /tests/test/cpp/cpp-environment.scm
parentwork (diff)
downloadcalp-5263ab1126adfc65e66104b50c618abea8c99772.tar.gz
calp-5263ab1126adfc65e66104b50c618abea8c99772.tar.xz
s/macro?/cpp-macro?/g
Guile cried way to much about me overriding a core identifier.
Diffstat (limited to '')
-rw-r--r--tests/test/cpp/cpp-environment.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test/cpp/cpp-environment.scm b/tests/test/cpp/cpp-environment.scm
index 1b24676f..684c0fb5 100644
--- a/tests/test/cpp/cpp-environment.scm
+++ b/tests/test/cpp/cpp-environment.scm
@@ -34,7 +34,7 @@
identifier: "key"
body: (lex "value")))))
(let ((result (get-identifier e* "key")))
- (test-assert (macro? result))
+ (test-assert (cpp-macro? result))
(test-equal (lex "value")
(macro-body result)))))