aboutsummaryrefslogtreecommitdiffstats
path: root/testcases
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2022-03-23 18:30:09 -0700
committerKaz Kylheku <kaz@kylheku.com>2022-03-23 18:30:09 -0700
commit4f5117aaa411d7fae8b7133a3089ae8e3e158d07 (patch)
tree1fdea0b7106faa4eec16727c9ec7945448ad9886 /testcases
parent40b3e280c473c2e0e0a65cea49fe38f8f53a8625 (diff)
downloadcppawk-4f5117aaa411d7fae8b7133a3089ae8e3e158d07.tar.gz
cppawk-4f5117aaa411d7fae8b7133a3089ae8e3e158d07.tar.bz2
cppawk-4f5117aaa411d7fae8b7133a3089ae8e3e158d07.zip
get rid of <stdver.h> header.
cppawk internally defines __cppawk_ver now.
Diffstat (limited to 'testcases')
-rw-r--r--testcases7
1 files changed, 2 insertions, 5 deletions
diff --git a/testcases b/testcases
index cd6c180..9f88f67 100644
--- a/testcases
+++ b/testcases
@@ -155,10 +155,7 @@ abc
abc'def
--
29:
-./cppawk '
-#include <stdver.h>
-
-BEGIN { print __cppawk_ver >= 20220318 }'
+./cppawk 'BEGIN { print __cppawk_ver >= 20220321 }'
:
1
--
@@ -187,7 +184,7 @@ foo_bar
33:
./cppawk --prepro-only --prepro=./testdir/testcpp abc
:
-[-iq][-D_][-I.][-]
+[-iq][-D_][-D_][-I.][-]
--
34:
./cppawk --prepro-only --awk=mawk mawk=__mawk__ | grep mawk