diff options
author | Tavian Barnes <tavianator@gmail.com> | 2010-02-02 21:53:23 -0500 |
---|---|---|
committer | Tavian Barnes <tavianator@gmail.com> | 2010-02-02 21:53:23 -0500 |
commit | c07038c627a5601bf331b5c755b9fcce02249fe3 (patch) | |
tree | 920fba38081591ffe2f62a78886a24f4d101abc8 /tests/dimension/directives.pov | |
parent | 48cf99abba57ac20d32421f57bf04cb96d92bc7c (diff) | |
download | dimension-c07038c627a5601bf331b5c755b9fcce02249fe3.tar.xz |
Skip over invalid tokens in non-taken conditionals.
Diffstat (limited to 'tests/dimension/directives.pov')
-rw-r--r-- | tests/dimension/directives.pov | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/dimension/directives.pov b/tests/dimension/directives.pov index 1bb712d..187189f 100644 --- a/tests/dimension/directives.pov +++ b/tests/dimension/directives.pov @@ -27,7 +27,7 @@ #undef Unused #if (#if (1 = 1) 0 #end = 0 & 0) - Illegal + `Illegal #else sphere { Center, R |