Skip to content

Commit

Permalink
Other fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
masesdevelopers committed Dec 12, 2024
1 parent 3a048f8 commit a8065e3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/native/CreateVM.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ int main()

if (numVms >= 0)
{
std::cout << "JNI_GetCreatedJavaVMs returned with an already created JVM"; << std::endl;
return;
std::cout << "JNI_GetCreatedJavaVMs returned with an already created JVM" << std::endl;
return 1;
}

JavaVMInitArgs vm_args; /* JDK/JRE 6 VM initialization arguments */
Expand Down

0 comments on commit a8065e3

Please sign in to comment.