mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 22:04:26 +00:00
Added missing ASSERT_NE.
am: ac7ac525b2
Change-Id: I1cd8565bd756a6f518af0711294405f6f0b63aea
This commit is contained in:
@@ -86,6 +86,7 @@ class CompilationCachingTest : public NeuralnetworksHidlTest {
|
||||
protected:
|
||||
void SetUp() override {
|
||||
NeuralnetworksHidlTest::SetUp();
|
||||
ASSERT_NE(device.get(), nullptr);
|
||||
|
||||
// Create cache directory.
|
||||
char cacheDirTemp[] = "/data/local/tmp/TestCompilationCachingXXXXXX";
|
||||
|
||||
Reference in New Issue
Block a user