From a97bffad9a2a02847d1af24569324eaef844d241 Mon Sep 17 00:00:00 2001 From: raoxian Date: Thu, 1 Sep 2022 10:28:46 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9Erandomaccessfile=E6=B5=8B?= =?UTF-8?q?=E8=AF=95=E7=94=A8=E4=BE=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: raoxian --- .../js/test/module_fileio/class_randomAccessFile/read.test.js | 1 - 1 file changed, 1 deletion(-) diff --git a/storage/storagefileiojstest/src/main/js/test/module_fileio/class_randomAccessFile/read.test.js b/storage/storagefileiojstest/src/main/js/test/module_fileio/class_randomAccessFile/read.test.js index 844762e07..e38c6e8d4 100644 --- a/storage/storagefileiojstest/src/main/js/test/module_fileio/class_randomAccessFile/read.test.js +++ b/storage/storagefileiojstest/src/main/js/test/module_fileio/class_randomAccessFile/read.test.js @@ -676,7 +676,6 @@ describe('fileio_randomAccessFile_read', function () { it('fileio_randomaccessfile_read_async_010', 0, async function (done) { let fpath = await nextFileName('fileio_randomaccessfile_read_async_010'); - try { let randomaccessfile = await fileio.createRandomAccessFile(fpath, 0, 0o102); let length = 4096; -- GitLab