summaryrefslogtreecommitdiff
path: root/test/unit/util/rational_white.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/unit/util/rational_white.cpp')
-rw-r--r--test/unit/util/rational_white.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/test/unit/util/rational_white.cpp b/test/unit/util/rational_white.cpp
index 542a43990..c5b52e3c8 100644
--- a/test/unit/util/rational_white.cpp
+++ b/test/unit/util/rational_white.cpp
@@ -9,9 +9,9 @@
** All rights reserved. See the file COPYING in the top-level source
** directory for licensing information.\endverbatim
**
- ** \brief White box testing of CVC5::Rational.
+ ** \brief White box testing of cvc5::Rational.
**
- ** White box testing of CVC5::Rational.
+ ** White box testing of cvc5::Rational.
**/
#include <sstream>
@@ -19,7 +19,7 @@
#include "test.h"
#include "util/rational.h"
-namespace CVC5 {
+namespace cvc5 {
namespace test {
class TestUtilWhiteRational : public TestInternal
@@ -416,4 +416,4 @@ TEST_F(TestUtilWhiteRational, constructrion)
ASSERT_EQ(Rational(u), Rational(u));
}
} // namespace test
-} // namespace CVC5
+} // namespace cvc5
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback