Skip to content

Commit

Permalink
Update tests/device_scalar_tests.cpp
Browse files Browse the repository at this point in the history
Co-Authored-By: Mark Harris <[email protected]>
  • Loading branch information
jrhemstad and harrism authored Sep 25, 2019
1 parent 81a0b90 commit 31bb34c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/device_scalar_tests.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -86,4 +86,4 @@ TYPED_TEST(DeviceScalarTest, MoveCtor) {
EXPECT_EQ(moved_to.get(), original_pointer);
EXPECT_EQ(moved_to.value(), original_value);
EXPECT_EQ(nullptr, scalar.get());
}
}

0 comments on commit 31bb34c

Please sign in to comment.