Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
masesdevelopers committed Dec 12, 2024
1 parent ebe8af8 commit 82f7bf5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/native/CreateVM.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ int main()
return 1;
}

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

0 comments on commit 82f7bf5

Please sign in to comment.