diff options
Diffstat (limited to 'test/stream')
-rw-r--r-- | test/stream/stream_formats.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/stream/stream_formats.cpp b/test/stream/stream_formats.cpp index 9353d008..99fa0385 100644 --- a/test/stream/stream_formats.cpp +++ b/test/stream/stream_formats.cpp @@ -40,10 +40,10 @@ protected: cout << "Failed " << name << endl; cout << "Sizes to test:" << endl; for (Size &size : test) - cout << size.toString() << endl; + cout << size << endl; cout << "Valid sizes:" << endl; for (Size &size : valid) - cout << size.toString() << endl; + cout << size << endl; return TestFail; } |