We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2bd40c0 commit 8a37b07Copy full SHA for 8a37b07
1 file changed
cpp/tests/t/geometry/AxisAlignedBoundingBox.cpp
@@ -51,7 +51,8 @@ TEST_P(AxisAlignedBoundingBoxPermuteDevices, ConstructorNoArg) {
51
EXPECT_EQ(aabb.GetDevice(), core::Device("CPU:0"));
52
53
// Print Information.
54
- EXPECT_EQ(aabb.ToString(), "AxisAlignedBoundingBox[[0 0 0] - [0 0 0], Float32, CPU:0]");
+ EXPECT_EQ(aabb.ToString(),
55
+ "AxisAlignedBoundingBox[[0 0 0] - [0 0 0], Float32, CPU:0]");
56
}
57
58
TEST_P(AxisAlignedBoundingBoxPermuteDevices, Constructor) {
0 commit comments