| 164 | }; |
| 165 | |
| 166 | LVStreamRef LVCreateCompareTestStream( LVStreamRef stream1, LVStreamRef stream2 ) |
| 167 | { |
| 168 | return LVStreamRef( new LVCompareTestStream(stream1, stream2) ); |
| 169 | } |
| 170 | #endif |
| 171 | |
| 172 | // external tests declarations |
no outgoing calls
no test coverage detected