[locomotiv] Use array instead of set for test Session (#5779)
author박천교/On-Device Lab(SR)/Engineer/삼성전자 <ch.bahk@samsung.com>
Wed, 24 Jul 2019 00:02:41 +0000 (09:02 +0900)
committer박종현/On-Device Lab(SR)/Staff Engineer/삼성전자 <jh1302.park@samsung.com>
Wed, 24 Jul 2019 00:02:41 +0000 (09:02 +0900)
commiteae3dcb477f6b17eb77ac7087b58c6a99b65222b
tree510482542a2189d23c769577ca58e7e6e0619346
parent7102d57141118aaf6bcbce71fdd7fb7904c94b73
[locomotiv] Use array instead of set for test Session (#5779)

* [locomotiv] Use array instead of set for test Session

To avoid undefined behavior, this commit use array instead of set to
make Session from iterator range.

Signed-off-by: Cheongyo Bahk <ch.bahk@samsung.com>
* Use aggregate initializer to be simple
compiler/locomotiv/src/Session.test.cpp