summaryrefslogtreecommitdiff
path: root/unittests/Option/OptionParsingTest.cpp
diff options
context:
space:
mode:
authorDimitry Andric <dim@FreeBSD.org>2015-12-30 11:46:15 +0000
committerDimitry Andric <dim@FreeBSD.org>2015-12-30 11:46:15 +0000
commitdd58ef019b700900793a1eb48b52123db01b654e (patch)
treefcfbb4df56a744f4ddc6122c50521dd3f1c5e196 /unittests/Option/OptionParsingTest.cpp
parent2fe5752e3a7c345cdb59e869278d36af33c13fa4 (diff)
Notes
Diffstat (limited to 'unittests/Option/OptionParsingTest.cpp')
-rw-r--r--unittests/Option/OptionParsingTest.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/unittests/Option/OptionParsingTest.cpp b/unittests/Option/OptionParsingTest.cpp
index 55cf8a95f35e..5270dc940f96 100644
--- a/unittests/Option/OptionParsingTest.cpp
+++ b/unittests/Option/OptionParsingTest.cpp
@@ -48,7 +48,7 @@ namespace {
class TestOptTable : public OptTable {
public:
TestOptTable(bool IgnoreCase = false)
- : OptTable(InfoTable, array_lengthof(InfoTable), IgnoreCase) {}
+ : OptTable(InfoTable, IgnoreCase) {}
};
}