Skip to content

Commit

Permalink
break c++ ci one last time on purpose
Browse files Browse the repository at this point in the history
  • Loading branch information
Wumpf committed Aug 2, 2023
1 parent f770d50 commit 01a44aa
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion rerun_cpp/tests/recording_stream.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ namespace fs = std::filesystem;

#define TEST_TAG "[recording_stream]"

namespace rr {
namespace rr {
std::ostream& operator<<(std::ostream& os, StoreKind kind) {
switch (kind) {
case rr::StoreKind::Recording:
Expand Down Expand Up @@ -260,4 +260,6 @@ SCENARIO("RecordingStream can connect", TEST_TAG) {
test_logging_to_connection(address, rr::RecordingStream::current());
}
}

CHECK(false);
}

0 comments on commit 01a44aa

Please sign in to comment.