Skip to content
Snippets Groups Projects
Commit c56d94fe authored by tho's avatar tho
Browse files

Packets/80221Bundle: run all tests before committing! Grmpf.

parent cf212e90
No related branches found
No related tags found
No related merge requests found
...@@ -181,7 +181,7 @@ namespace { ...@@ -181,7 +181,7 @@ namespace {
using mixin::initSize; using mixin::initSize;
static void finalize(ConcretePacket<TestMacAddressTLVPacketType> p) { static void finalize(ConcretePacket<TestMacAddressTLVPacketType> p) {
p->shrinkLength(); p->finalizeLength();
} }
}; };
typedef ConcretePacket<TestMacAddressTLVPacketType> TestMacAddressTLVPacket; typedef ConcretePacket<TestMacAddressTLVPacketType> TestMacAddressTLVPacket;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment