Skip to content

Commit

Permalink
use correct class
Browse files Browse the repository at this point in the history
  • Loading branch information
Rekt3421 committed Sep 9, 2024
1 parent ebec0c4 commit 467ffad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/api/printf.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ TEST_F(WithCommandQueueAndPrintf, SimplePrintf) {
ASSERT_STREQ(m_printf_output.c_str(), message);
}

TEST_F(WithCommandQueue, SimplePrintfWithFormat) {
TEST_F(WithCommandQueueAndPrintf, SimplePrintfWithFormat) {
const char message[] = "";
char source[512];
sprintf(source, "kernel void test_printf() { printf(\"%%s\", \"\"); }");
Expand Down

0 comments on commit 467ffad

Please sign in to comment.