Skip to content

Commit

Permalink
Change UnloadRunTime to UnloadRuntime in the assembly-test file
Browse files Browse the repository at this point in the history
  • Loading branch information
unknownv2 committed Nov 18, 2018
1 parent 4b26394 commit 0edd7cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/assembly-test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -106,5 +106,5 @@ TEST(TestCoreCLRHost, TestDotNetAssemblyExecution) {
EXPECT_EQ(NOERROR, ExecuteAssemblyFunction(&assemblyFunctionCall));

// Unload the AppDomain and stop the host
EXPECT_EQ(NOERROR, UnloadRunTime());
EXPECT_EQ(NOERROR, UnloadRuntime());
}

0 comments on commit 0edd7cc

Please sign in to comment.