Skip to content

Commit

Permalink
COMMON: Add more lcov-guided Span tests
Browse files Browse the repository at this point in the history
  • Loading branch information
csnover committed Jan 8, 2017
1 parent b2796e6 commit 9c60bcf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/common/span.h
Expand Up @@ -655,6 +655,8 @@ class SpanTestSuite : public CxxTest::TestSuite {
Common::NamedSpan<byte> span2;
span2 = span;
TS_ASSERT_EQUALS(span2, span);
TS_ASSERT(span2.name() == span.name());
TS_ASSERT(span2.sourceByteOffset() == span.sourceByteOffset());

Common::Span<byte> superclassInstance;
superclassInstance = span;
Expand Down

0 comments on commit 9c60bcf

Please sign in to comment.