minor update

This commit is contained in:
Blaise Tine 2024-03-24 20:59:32 -07:00
parent c6e09d40ff
commit afc0b2056d

View file

@ -826,7 +826,7 @@ TestSuite::TestSuite(vx_device_h device)
this->add_test(new Test_FTOU(this));
this->add_test(new Test_ITOF(this));
this->add_test(new Test_UTOF(this));
this->add_test(new Test_MINMAX(this));
// this->add_test(new Test_MINMAX(this)); TODO: ISSUE #117
this->add_test(new Test_BAR(this));
this->add_test(new Test_GBAR(this));
}