mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-06-10 14:58:10 -05:00
add newline to gdt unit tests prints
This commit is contained in:
@ -268,7 +268,7 @@ namespace obj::gdt
|
||||
std::stringstream ss;
|
||||
GdtOutputStream::WriteGdt(gdt, ss);
|
||||
|
||||
std::cout << ss.str();
|
||||
std::cout << ss.str() << std::endl;
|
||||
|
||||
Gdt gdt2;
|
||||
GdtReader reader(ss);
|
||||
@ -316,7 +316,7 @@ namespace obj::gdt
|
||||
std::stringstream ss;
|
||||
GdtOutputStream::WriteGdt(gdt, ss);
|
||||
|
||||
std::cout << ss.str();
|
||||
std::cout << ss.str() << std::endl;
|
||||
|
||||
Gdt gdt2;
|
||||
GdtReader reader(ss);
|
||||
|
Reference in New Issue
Block a user