Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
broskoTT committed Dec 9, 2024
1 parent 63dd139 commit 30fa68f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/api/test_cluster_descriptor.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ TEST(ApiClusterDescriptorTest, DetectArch) {
EXPECT_THROW(tt_ClusterDescriptor::detect_arch(0), std::runtime_error);
} else {
tt::ARCH arch = tt_ClusterDescriptor::detect_arch(0);
std::cout << arch << std::endl;
EXPECT_TRUE(arch != tt::ARCH::Invalid);

// Test that cluster descriptor and PCIDevice::enumerate_devices_info() return the same set of chips.
Expand Down

0 comments on commit 30fa68f

Please sign in to comment.