Skip to content

Commit

Permalink
Fix unused variable warning.
Browse files Browse the repository at this point in the history
  • Loading branch information
FranckRJ committed May 11, 2024
1 parent 349a078 commit 35ef1f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/multiple_translation_units_stub_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ struct MultipleTranslationUnitsStub : tpunit::TestFixture {
stubFunc2(mock);
When(Method(mock, func)).Return(1);

mock.get().func2(); // Uncatchable write access violation if ids collide
i.func2(); // Uncatchable write access violation if ids collide
}

} __MultipleTranslationUnitsStub;

0 comments on commit 35ef1f2

Please sign in to comment.