diff options
-rwxr-xr-x | tests/ob_reduce_deps.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ob_reduce_deps.sh b/tests/ob_reduce_deps.sh index fd1a810..f70d83c 100755 --- a/tests/ob_reduce_deps.sh +++ b/tests/ob_reduce_deps.sh @@ -84,7 +84,7 @@ command_ok_ \ 'foo, bar' \ ] -# Normal and union OR-lists. +# Normal OR-lists. command_ok_ \ 'NORMAL LIST "foo | bar"' -- \ |