(Third Party Tests) Ensure it builds & runs on Ubuntu 18.04 57/196457/2
authorAdeel Kazmi <adeel.kazmi@samsung.com>
Fri, 28 Dec 2018 13:08:44 +0000 (13:08 +0000)
committerAdeel Kazmi <adeel.kazmi@samsung.com>
Fri, 28 Dec 2018 13:13:49 +0000 (13:13 +0000)
Had to use std::abort instead of return in the assert as some functions
using this assert have void returns, others do not and it produces an
error otherwise.

argc and argv cannot be 0 and nullptr as it seems it's now used within
gtest.

Change-Id: I305b16ba402b7f7066584959fc7a8252e099abcd


No differences found