Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 4779d8d5 authored by Chris Manton's avatar Chris Manton
Browse files

unittest: Remove target specific storage path

Bug: 253519656
Test: gd/cert/run
Tag: #refactor
BYPASS_LONG_LINES_REASON: Bluetooth likes 120 lines
Ignore-AOSP-First: Cherry-pick

Merged-In: Ifcafb9cc123c152a97ca6175119146fbe150cb78
Change-Id: Ifcafb9cc123c152a97ca6175119146fbe150cb78
parent 23dc755b
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -48,7 +48,6 @@ class MainShimDumpsysTest : public testing::Test {

    ModuleList modules;
    modules.add<shim::Dumpsys>();
    modules.add<storage::StorageModule>();

    os::Thread* thread = new os::Thread("thread", os::Thread::Priority::NORMAL);
    stack_manager_.StartUp(&modules, thread);