mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-04-20 16:15:43 +00:00
add newline to gdt unit tests prints
This commit is contained in:
parent
603994ce61
commit
78107b74e0
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user