diff options
Diffstat (limited to 'textproto/reader_test.ts')
| -rw-r--r-- | textproto/reader_test.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproto/reader_test.ts b/textproto/reader_test.ts index bd0d39fd3..dfe918282 100644 --- a/textproto/reader_test.ts +++ b/textproto/reader_test.ts @@ -83,7 +83,7 @@ test({ test({ name: "[textproto] Reader : Large MIME Header", async fn(): Promise<void> { - const data = []; + const data: string[] = []; // Go test is 16*1024. But seems it can't handle more for (let i = 0; i < 1024; i++) { data.push("x"); |
