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