Skip to content

Commit 65841bf

Browse files
Passes all tests; needs to check ::IsSkipped() and check return type
1 parent f27660b commit 65841bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/memspaces/memspace_lowest_latency.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ static bool canQueryLatency(size_t nodeId) {
3131

3232
// return false;
3333
// }
34-
if (!(GTEST_OUT_NE(ret, 0))) {
34+
if (!(GTEST_OUT_EQ(ret, 0))) {
3535
// EXPECT_NE(ret, 0);
3636
return false;
3737
}

0 commit comments

Comments
 (0)