Skip to content

Commit

Permalink
Fix test name
Browse files Browse the repository at this point in the history
  • Loading branch information
janweinstock committed Oct 9, 2023
1 parent b8b8a82 commit 4644bf4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/core/adapter.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ class test_harness : public test_base
}
};

TEST(generic_memory, access) {
TEST(adapter, test) {
test_harness test("harness");
sc_core::sc_start();
}

0 comments on commit 4644bf4

Please sign in to comment.