Skip to content

Commit 577e275

Browse files
Update testother.cpp
1 parent 81c113e commit 577e275

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/testother.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3988,7 +3988,7 @@ class TestOther : public TestFixture {
39883988
" static_cast<D&>(b).i = 0;\n"
39893989
"}\n"
39903990
"void g(B& b) {\n"
3991-
" std::cin >> static_cast<B&>(b).i;\n"
3991+
" std::cin >> static_cast<D&>(b).i;\n"
39923992
"}\n"
39933993
"int h(B& b) {\n"
39943994
" return static_cast<const D&>(b).i;\n"

0 commit comments

Comments
 (0)