diff options
author | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2018-12-24 18:45:42 (EST) |
---|---|---|
committer | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2018-12-24 18:45:42 (EST) |
commit | 7622f37eb144b5ddea918b872554e916b7b24487 (patch) | |
tree | 17ed507f2c560a89aff685cd1e8177fe7e81f3b6 | |
parent | b143764aba756a28caf74fc4878e74ca66d2eeab (diff) |
tests/ob_reduce_deps.sh: Correct a comment
-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"' -- \ |