mirror of
https://github.com/vortexgpgpu/vortex.git
synced 2025-04-23 21:39:10 -04:00
minor update
This commit is contained in:
parent
c6e09d40ff
commit
afc0b2056d
1 changed files with 1 additions and 1 deletions
|
@ -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));
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue