Skip to content

Commit 00d79bb

Browse files
committed
fix unused
1 parent d86e1c1 commit 00d79bb

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

test/single_layer/test_ewlayer_onednn.cpp

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -146,11 +146,6 @@ TEST(ewlayer_onednn, multidim_tensor_relu) {
146146
}
147147
}
148148

149-
TEST(ewlayer_onednn, unsupported_function_throws) {
150-
EXPECT_THROW(
151-
{ EWLayer_oneDNN layer("unsupported_function"); }, std::invalid_argument);
152-
}
153-
154149
TEST(ewlayer_onednn, compare_with_naive_relu) {
155150
EWLayer_oneDNN onednn_layer("relu");
156151

0 commit comments

Comments
 (0)