diff options
Diffstat (limited to 'tests/dimension')
-rw-r--r-- | tests/dimension/directives.pov | 2 | ||||
-rwxr-xr-x | tests/dimension/directives.sh | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/dimension/directives.pov b/tests/dimension/directives.pov index eebedaa..6907450 100644 --- a/tests/dimension/directives.pov +++ b/tests/dimension/directives.pov @@ -21,4 +21,4 @@ #include "punctuation.pov" -#declare x
\ No newline at end of file +#declare id diff --git a/tests/dimension/directives.sh b/tests/dimension/directives.sh index 68c01e3..75c2452 100755 --- a/tests/dimension/directives.sh +++ b/tests/dimension/directives.sh @@ -20,7 +20,7 @@ ######################################################################### directives=$(${top_builddir}/dimension/dimension --tokenize ${srcdir}/directives.pov) -directives_exp='(#include (string "punctuation.pov") #declare (identifier "x"))'; +directives_exp='(#include (string "punctuation.pov") #declare (identifier "id"))'; if [ "$directives" != "$directives_exp" ]; then echo "directives.pov tokenized as \"$directives\"" >&2 |