From 7fa800b7f33fb1e1ff34094ef2706e987e9f2398 Mon Sep 17 00:00:00 2001 From: Li-Ta Lo Date: Thu, 19 Oct 2017 16:04:55 -0400 Subject: [PATCH] Update TestingPointLocatorUniformGrid.h --- vtkm/cont/testing/TestingPointLocatorUniformGrid.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vtkm/cont/testing/TestingPointLocatorUniformGrid.h b/vtkm/cont/testing/TestingPointLocatorUniformGrid.h index cae1471ec..7e4d5556a 100644 --- a/vtkm/cont/testing/TestingPointLocatorUniformGrid.h +++ b/vtkm/cont/testing/TestingPointLocatorUniformGrid.h @@ -139,7 +139,7 @@ public: } } - VTKM_TEST_ASSERT(false, "Uniform Grid NN search result incorrect."); + VTKM_TEST_ASSERT(passTest, "Uniform Grid NN search result incorrect."); } void operator()() const { this->TestTest(); }