summaryrefslogtreecommitdiffstats
path: root/tests/preprocessor/define-function-like.slang.expected
diff options
context:
space:
mode:
Diffstat (limited to 'tests/preprocessor/define-function-like.slang.expected')
-rw-r--r--tests/preprocessor/define-function-like.slang.expected4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/preprocessor/define-function-like.slang.expected b/tests/preprocessor/define-function-like.slang.expected
index aed62dc31..1e4b4dcc9 100644
--- a/tests/preprocessor/define-function-like.slang.expected
+++ b/tests/preprocessor/define-function-like.slang.expected
@@ -1,7 +1,11 @@
result code = -1
standard error = {
tests/preprocessor/define-function-like.slang(16): error 30015: undefined identifier 'x'.
+#define M (x) - (x)
+ ^
tests/preprocessor/define-function-like.slang(16): error 30015: undefined identifier 'x'.
+#define M (x) - (x)
+ ^
}
standard output = {
}