Fix test hipStdComplex.cpp to emit expected output for passing

Šī revīzija ir iekļauta:
Yaxun Sam Liu
2018-07-18 07:21:24 -04:00
vecāks 80438035c2
revīzija 39374f4208
+2 -2
Parādīt failu
@@ -21,8 +21,7 @@ THE SOFTWARE.
* RUN: %t
* HIT_END
*/
#include "hip/hip_runtime.h"
#include "test_common.h"
#include <iostream>
#include <complex>
@@ -157,5 +156,6 @@ int main() {
test<float>();
test<double>();
#endif
passed();
return 0;
}