Instantiate the test
| 109 | #ifdef DO_THEIRS |
| 110 | // Instantiate the test |
| 111 | TEST(ERROR, InvalidCommandQueue) { |
| 112 | ErrorClass<GemmMetod<float> > ec; |
| 113 | ec.error(CL_INVALID_COMMAND_QUEUE); |
| 114 | } |
| 115 | |
| 116 | TEST(ERROR, InvalidEventWaitList) { |
| 117 | ErrorClass<GemmMetod<float> > ec; |
nothing calls this directly
no test coverage detected