aboutsummaryrefslogtreecommitdiff
path: root/tests/test/cpp/preprocessor2.scm
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test/cpp/preprocessor2.scm')
-rw-r--r--tests/test/cpp/preprocessor2.scm5
1 files changed, 3 insertions, 2 deletions
diff --git a/tests/test/cpp/preprocessor2.scm b/tests/test/cpp/preprocessor2.scm
index 39bbd39c..9b71e1ca 100644
--- a/tests/test/cpp/preprocessor2.scm
+++ b/tests/test/cpp/preprocessor2.scm
@@ -762,8 +762,9 @@ X
")
)
-;; TODO
-;; #error
+(test-error "#error directive"
+ 'cpp-error-directive
+ (run "#error anything goes here"))
(test-group "Pragma"
(test-group "#pragma"