Add vtkm::Uint8 to default type test.

This commit is contained in:
Dave Pugmire 2019-03-01 10:41:55 -05:00
parent a3515f39df
commit d38849e293

@ -158,6 +158,7 @@ void TestLists()
TypeSet common;
common.AddExpected(vtkm::Float32());
common.AddExpected(vtkm::Float64());
common.AddExpected(vtkm::UInt8());
common.AddExpected(vtkm::Int32());
common.AddExpected(vtkm::Int64());
common.AddExpected(vtkm::Vec<vtkm::Float32, 3>());