diff options
author | Tavian Barnes <tavianator@gmail.com> | 2010-03-22 13:19:45 -0400 |
---|---|---|
committer | Tavian Barnes <tavianator@gmail.com> | 2010-03-22 13:19:45 -0400 |
commit | bb71a70253ae5bf91e99dcd2809471abebea1b69 (patch) | |
tree | 26c145bbdcb6ba71b2f272641439692c30a5254b /tests/dimension/directives.pov | |
parent | ac3e97014885af00b5a2eb01df232221482db023 (diff) | |
download | dimension-bb71a70253ae5bf91e99dcd2809471abebea1b69.tar.xz |
Support logical ! operator.
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 5137cd2..416bbf5 100644 --- a/tests/dimension/directives.pov +++ b/tests/dimension/directives.pov @@ -42,7 +42,7 @@ #declare Counter = 0; #while (Counter < 2) - #if (#if (1 = 1) 0 #end = 0 & 0) + #if (#if (1 = 1) 0 #end = 0 & !1) #error "Nested #if parsing failed" #else sphere { |