mirror of
https://github.com/mfontanini/libtins
synced 2026-01-28 12:44:25 +01:00
Fix tests compilation warnings on Windows.
This commit is contained in:
@@ -103,7 +103,7 @@ TEST_F(RSNEAPOLTest, DefaultConstructor) {
|
||||
|
||||
TEST_F(RSNEAPOLTest, EAPOLOverSnap) {
|
||||
SNAP snap(eapol_over_snap, sizeof(eapol_over_snap));
|
||||
EXPECT_TRUE(snap.find_pdu<RSNEAPOL>());
|
||||
EXPECT_TRUE(snap.find_pdu<RSNEAPOL>() != NULL);
|
||||
}
|
||||
|
||||
TEST_F(RSNEAPOLTest, ConstructorFromBuffer) {
|
||||
|
||||
Reference in New Issue
Block a user