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.sh | |
parent | 48cf99abba57ac20d32421f57bf04cb96d92bc7c (diff) | |
download | dimension-c07038c627a5601bf331b5c755b9fcce02249fe3.tar.xz |
Skip over invalid tokens in non-taken conditionals.
Diffstat (limited to 'tests/dimension/directives.sh')
-rwxr-xr-x | tests/dimension/directives.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/dimension/directives.sh b/tests/dimension/directives.sh index 955ea15..e24a62a 100755 --- a/tests/dimension/directives.sh +++ b/tests/dimension/directives.sh @@ -27,7 +27,7 @@ directives_exp="$(echo -n \ #declare (identifier "Unused") = - (integer "1") ; #undef (identifier "Unused") #if \( #if \( (integer "1") = (integer "1") \) (integer "0") #end = (integer "0") & (integer "0") \) - (identifier "Illegal") + error (identifier "Illegal") #else sphere { (identifier "Center") , (identifier "R") |