test: fix build error
authorInki Dae <inki.dae@samsung.com>
Wed, 8 Apr 2020 05:14:59 +0000 (14:14 +0900)
committerInki Dae <inki.dae@samsung.com>
Tue, 14 Apr 2020 00:42:53 +0000 (09:42 +0900)
Change-Id: I70daccb7a0e0bffecd760b0e8741996b8098c61c
Signed-off-by: Inki Dae <inki.dae@samsung.com>
test/src/inference_engine_test.cpp

index 82c386f..416ec0d 100644 (file)
@@ -869,7 +869,7 @@ INSTANTIATE_TEST_CASE_P(Prefix, InferenceEngineCommonTest,
                        ParamType("tflite", INFERENCE_TARGET_CPU),
                        ParamType("tflite", INFERENCE_TARGET_GPU),
                        // DLDT.
-                       ParamType("dldt", INFERENCE_TARGET_CUSTOM)
+                       ParamType("dldt", INFERENCE_TARGET_CUSTOM),
                        // OPENCV.
                        ParamType("opencv", INFERENCE_TARGET_CPU),
                        ParamType("opencv", INFERENCE_TARGET_GPU)