We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d887b4a commit 38098bfCopy full SHA for 38098bf
src/Tests/HostTest/test.cpp
@@ -119,7 +119,7 @@ TEST(HostTest, TargetNotFound)
119
// Mapped target assembly that does not implement the given runtime class
120
TEST(HostTest, ClassNotFound)
121
{
122
- Activate<ClassNotFound>(L"ClassNotFound.manifest", E_NOINTERFACE);
+ Activate<ClassNotFound>(L"ClassNotFound.manifest", CLASS_E_CLASSNOTAVAILABLE);
123
}
124
125
// .runtimeconfig.json activatableClass entry with invalid target assembly
0 commit comments