Skip to content

Commit 77aad34

Browse files
committed
Fixed an inconsistency in the naming of the '<<' operator unit test.
1 parent c01cc0f commit 77aad34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎src/test/list_test.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ TEST(ListTest, Distribute) {
129129
EXPECT_EQ(int{} * (List<List<bool>, List<void>>{}), (List<List<int, bool>, List<int, void>>{}));
130130
}
131131

132-
// Unit tests for the ctgl::list::"<<" operator.
132+
// Unit tests for the ctgl::list::<< operator.
133133
TEST(ListTest, OutputStream) {
134134
{ // Empty
135135
std::ostringstream stream;

0 commit comments

Comments
 (0)