[loco] Fix typo for PermutingCodec test (#8350)
author박천교/On-Device Lab(SR)/Engineer/삼성전자 <ch.bahk@samsung.com>
Tue, 22 Oct 2019 00:45:56 +0000 (09:45 +0900)
committer박세희/On-Device Lab(SR)/Principal Engineer/삼성전자 <saehie.park@samsung.com>
Tue, 22 Oct 2019 00:45:56 +0000 (09:45 +0900)
This commit fixes typo for PermutingCodec test

Signed-off-by: Cheongyo Bahk <ch.bahk@samsung.com>
compiler/loco/src/IR/PermutingCodec.test.cpp

index 4e090c3..2eff286 100644 (file)
@@ -314,7 +314,7 @@ TEST(PermutingEncoderTest, depthwise_filter)
   ASSERT_EQ(tensor_index.at(3), 2); // NTH(MULTIPLIER)
 }
 
-TEST(PermutingEncoderTest, dpethwisefilter_init)
+TEST(PermutingEncoderTest, depthwisefilter_init)
 {
   Permutation<Domain::DepthwiseFilter> src_perm;