Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
Signed-off-by: Tomasz Jankowski <tomasz1.jankowski@intel.com>
  • Loading branch information
t-jankowski committed Jan 20, 2025
1 parent 867d43d commit c51f22e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/tests/rtti.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ class DerivedIncompleteRtti : public IncompleteRtti {
OPENVINO_RTTI("DerivedIncompleteRtti", "rtti_test", IncompleteRtti);
};

// Assert backward compatibility of RTTI definition without parent but casted with as_type or as_type pointer work
// Assert backward compatibility of RTTI definition without parent but casted with as_type or as_type_ptr pointer work.
TEST(rtti, assert_casting_without_parent) {
{
IncompleteRtti incomplete;
Expand Down

0 comments on commit c51f22e

Please sign in to comment.