Skip to content

Commit 4551f97

Browse files
Update testcondition.cpp
1 parent 73a4900 commit 4551f97

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/testcondition.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4792,7 +4792,7 @@ class TestCondition : public TestFixture {
47924792
" bool g() const { return m; }\n"
47934793
" bool m{};\n"
47944794
"};\n"
4795-
"void f(S s) {\n"
4795+
"bool f(S s) {\n"
47964796
" if (s.g()) {\n"
47974797
" bool b = s.g();\n"
47984798
" return b;\n"

0 commit comments

Comments
 (0)