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; }