Restore device tests

While debugging, I commented out a section of the device adapter tests
to narrow down on some issues. Oops, I forgot to restore the test. Do
that now.
This commit is contained in:
Kenneth Moreland 2020-04-21 11:46:40 -06:00
parent d88ec52c3b
commit 94f0d2f8a5

@ -3051,7 +3051,6 @@ private:
{
std::cout << "Doing DeviceAdapter tests" << std::endl;
#if 0
TestArrayTransfer();
TestOutOfMemory();
TestTimer();
@ -3062,7 +3061,6 @@ private:
TestReduce();
TestReduceWithComparisonObject();
#endif
TestReduceWithFancyArrays();
TestReduceByKey();