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