From e20e93db654cc050c2591d0db98c637326eafaac 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 --- hipamd/tests/src/deviceLib/hipStdComplex.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hipamd/tests/src/deviceLib/hipStdComplex.cpp b/hipamd/tests/src/deviceLib/hipStdComplex.cpp index 331e81124c..f3f5627a93 100644 --- a/hipamd/tests/src/deviceLib/hipStdComplex.cpp +++ b/hipamd/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; }