mirror of
https://github.com/denoland/rusty_v8.git
synced 2024-11-21 15:04:33 -05:00
test: make the 'heap_limits' test run a lot faster (#972)
This commit is contained in:
parent
2f189e1668
commit
8b36e84060
1 changed files with 2 additions and 3 deletions
|
@ -4727,8 +4727,7 @@ fn heap_limits() {
|
|||
"hello 🦕 world"
|
||||
.repeat(10)
|
||||
.split("🦕")
|
||||
.map((s) => s.split(""))
|
||||
.shift()
|
||||
.map((s) => s.repeat(100).split("o"))
|
||||
"#,
|
||||
)
|
||||
.unwrap();
|
||||
|
|
Loading…
Reference in a new issue