From d2c89a438e0fb4e5ee15d7c70c3294d2e0b217e0 Mon Sep 17 00:00:00 2001 From: Yaxun Sam Liu Date: Wed, 18 Jul 2018 07:21:24 -0400 Subject: [PATCH] Fix test hipStdComplex.cpp to emit expected output for passing [ROCm/hip commit: 39374f42086cc4e196b8fe3d6f21ba145c8e8e40] --- projects/hip/tests/src/deviceLib/hipStdComplex.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/projects/hip/tests/src/deviceLib/hipStdComplex.cpp b/projects/hip/tests/src/deviceLib/hipStdComplex.cpp index 331e81124c..f3f5627a93 100644 --- a/projects/hip/tests/src/deviceLib/hipStdComplex.cpp +++ b/projects/hip/tests/src/deviceLib/hipStdComplex.cpp @@ -21,8 +21,7 @@ THE SOFTWARE. * RUN: %t * HIT_END */ - -#include "hip/hip_runtime.h" +#include "test_common.h" #include #include @@ -157,5 +156,6 @@ int main() { test(); test(); #endif + passed(); return 0; }