mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 16:50:18 +00:00
Added missing ASSERT_NE. am: ac7ac525b2
am: d98afb98d9
Change-Id: I07c5ed369a933ad77f2af7f1c96d73aec11be5fe
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