Skip to content

Commit

Permalink
TestEventCorrectness.hpp: rm failure-associated deallocation
Browse files Browse the repository at this point in the history
  • Loading branch information
Amy Powell committed Feb 22, 2024
1 parent e2689ab commit 0522740
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion core/unit_test/tools/TestEventCorrectness.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -421,7 +421,8 @@ TEST(kokkosp, parallel_scan_no_fence) {
if (begin_event.name.find("Debug Only Check for Execution Error") !=
std::string::npos ||
begin_event.name.find("Kokkos Profile Tool Fence") !=
std::string::npos)
std::string::npos ||
begin_event.name.find("fence before deallocate") != std::string::npos)
return MatchDiagnostic{false};
else
return MatchDiagnostic{true};
Expand Down

0 comments on commit 0522740

Please sign in to comment.