Skip to content

Commit

Permalink
Unit test fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
takahiroharada committed Oct 15, 2024
1 parent d25b848 commit 2c11722
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions UnitTest/basicTests.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -976,7 +976,7 @@ TEST_F( OroTestBase, ManagedMemory )
}
o.unloadKernelCache();
}

#if defined( _WIN32 )
TEST_F( OroTestBase, glRegisterBuffer )
{
ASSERT_EQ( glfwInit(), GLFW_TRUE );
Expand Down Expand Up @@ -1013,7 +1013,7 @@ TEST_F( OroTestBase, glRegisterBuffer )
window = nullptr;
glfwTerminate();
}
#if defined( _WIN32 )

TEST_F( OroTestBase, glRegisterImage )
{
ASSERT_EQ( glfwInit(), GLFW_TRUE );
Expand Down

0 comments on commit 2c11722

Please sign in to comment.