summaryrefslogtreecommitdiff
path: root/Examples/test-suite/errors/pp_constant.i
diff options
context:
space:
mode:
Diffstat (limited to 'Examples/test-suite/errors/pp_constant.i')
-rw-r--r--Examples/test-suite/errors/pp_constant.i4
1 files changed, 3 insertions, 1 deletions
diff --git a/Examples/test-suite/errors/pp_constant.i b/Examples/test-suite/errors/pp_constant.i
index 2be108e83..c29f4c86d 100644
--- a/Examples/test-suite/errors/pp_constant.i
+++ b/Examples/test-suite/errors/pp_constant.i
@@ -29,7 +29,9 @@ comment */
%constant int ddd=;
#define E1 1234
-#/*C comment*/define E2 1234
+// This case doesn't actually work, but appeared to before we gave an error
+// for unknown preprocessor directives.
+// #/*C comment*/define E2 1234
#define E3 1234
%constant int eee=;