Rename catch_stream -> catch_reusable_string_stream

After everything else was split out, this name much reflects the
actual contents of the file(s).
This commit is contained in:
Martin Hořeňovský
2022-04-16 15:00:41 +02:00
parent 98bb638fb2
commit 7b93a2014c
20 changed files with 21 additions and 23 deletions

View File

@@ -9,7 +9,7 @@
#include <catch2/catch_test_macros.hpp>
#include <catch2/internal/catch_xmlwriter.hpp>
#include <catch2/internal/catch_stream.hpp>
#include <catch2/internal/catch_reusable_string_stream.hpp>
#include <catch2/matchers/catch_matchers_string.hpp>
#include <sstream>