Skip to content

Commit

Permalink
Small change so that grep tests can work
Browse files Browse the repository at this point in the history
  • Loading branch information
AdityaAtulTewari committed Mar 30, 2024
1 parent ad5f1e5 commit 07f746d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pando-rt/test/sync/test_future.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ TEST(Sync, PtrFutureInitNoReset) {
free(ptrPtr, sizeof(GlobalPtr<std::uint64_t>));
}

TEST(Sync, PtrFutureWaitFailure) {
TEST(Sync, PtrFutureWaitFail) {
auto ptrPtr = static_cast<pando::GlobalPtr<pando::GlobalPtr<std::uint64_t>>>(
malloc(pando::MemoryType::Main, sizeof(GlobalPtr<std::uint64_t>)));
pando::PtrFuture<std::uint64_t> future;
Expand Down

0 comments on commit 07f746d

Please sign in to comment.