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 b3372b1 commit c437b99Copy full SHA for c437b99
source/tests/file_loader_test/source/file_loader_test.cpp
@@ -51,7 +51,7 @@ TEST_F(file_loader_test, DefaultConstructor)
51
52
EXPECT_EQ((int) 0, (int) loader_load_from_file(tag, scripts, size, NULL));
53
54
- void * handle = loader_get_handle(tag, "favicon");
+ void * handle = loader_get_handle(tag, scripts[0]);
55
56
EXPECT_NE((void *) NULL, (void *) handle);
57
0 commit comments