aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-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)))))