Skip to content

Commit ca3f63e

Browse files
committed
fix: added test assertions.
1 parent a40ac15 commit ca3f63e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

others/serialization.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
#include <fstream>
22
#include <iostream>
33
#include <string>
4+
#include <cassert>
45

56
/**
67
* @file
@@ -139,7 +140,6 @@ int main() {
139140
* @brief A test suite to perform extensive testing on the Serializer and
140141
* Deserializer.
141142
*/
142-
#include <cassert> // For assert
143143

144144
void runTests() {
145145
std::ofstream outFile("test_output.bin", std::ios::binary);

0 commit comments

Comments
 (0)