Bug 1626570 - Improve handling of copying arrays in storage/. r=mak

Differential Revision: https://phabricator.services.mozilla.com/D73683
This commit is contained in:
Simon Giesecke 2020-05-06 11:54:36 +00:00
Родитель d3e9abdf69
Коммит d0816721e3
1 изменённых файлов: 1 добавлений и 2 удалений

Просмотреть файл

@ -97,8 +97,7 @@ TEST(storage_asyncStatementExecution_transaction, MultipleAsyncReadStatements)
ToRefPtr(std::move(stmt2)),
};
check_transaction(db, nsTArray<RefPtr<mozIStorageBaseStatement>>(stmts),
false);
check_transaction(db, stmts.Clone(), false);
}
/**