Skip to content

Commit

Permalink
#0: fix test string in test_print_hanging.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
ayerofieiev-tt committed Jan 8, 2025
1 parent a88839b commit 9c23503
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ namespace {
namespace CMAKE_UNIQUE_NAMESPACE {
// Some machines will run this test on different physical cores, so wildcard the exact coordinates.
const std::string golden_output =
R"(DPRINT server timed out on IDevice* , worker core (x=*,y=*), riscv 4, waiting on a RAISE signal: 1
R"(DPRINT server timed out on Device* , worker core (x=*,y=*), riscv 4, waiting on a RAISE signal: 1
)";

static void RunTest(DPrintFixture* fixture, IDevice* device) {
Expand Down

0 comments on commit 9c23503

Please sign in to comment.