[Ahub] Fix Ahub issue
authorSeoHyungjun <hyungjun.seo@samsung.com>
Wed, 23 Aug 2023 11:57:49 +0000 (20:57 +0900)
committerJijoong Moon <jijoong.moon@samsung.com>
Wed, 20 Sep 2023 06:47:40 +0000 (15:47 +0900)
commit82414007fbffd780ddb72f2e744362ead609d986
treeac0f9e1aad6e0d0952e96aab6c9c12c91f706710
parent70ae8cac753568c04569e5ddc35080470ea2d01f
[Ahub] Fix Ahub issue

The condition of the while statement has been modified to solve
'Dereferencingiterator lhs_iter thought it is already past the end
of its container'. In fact, in the above if conditional, it only
works when the size of the two containers is the same, so there is
no problem using '||'. However, it has been edited for clarity.

Signed-off-by: SeoHyungjun <hyungjun.seo@samsung.com>
test/unittest/compiler/compiler_test_util.cpp