Skip to content

Commit 38098bf

Browse files
committed
Update unit test for class not registered
1 parent d887b4a commit 38098bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Tests/HostTest/test.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ TEST(HostTest, TargetNotFound)
119119
// Mapped target assembly that does not implement the given runtime class
120120
TEST(HostTest, ClassNotFound)
121121
{
122-
Activate<ClassNotFound>(L"ClassNotFound.manifest", E_NOINTERFACE);
122+
Activate<ClassNotFound>(L"ClassNotFound.manifest", CLASS_E_CLASSNOTAVAILABLE);
123123
}
124124

125125
// .runtimeconfig.json activatableClass entry with invalid target assembly

0 commit comments

Comments
 (0)