Sign in
webkit
/
WebKit
/
03e70e7bbd89baf9e6fd704451cb59c4abf5517b
/
.
/
JSTests
/
modules
/
cyclic-may-produce-tdz.js
blob: 12bad60a5abf7c5722a163a087540ff43cd8bb9b [
file
] [
log
] [
blame
]
import
{
Cocoa
,
Cappuccino
,
Matcha
}
from
"./cyclic-may-produce-tdz/2.js"
import
{
shouldBe
}
from
"./resources/assert.js"
;
// All things are already set.
shouldBe
(
Cocoa
,
"Cocoa"
);
shouldBe
(
Cappuccino
,
"Cappuccino"
);
shouldBe
(
Matcha
,
"Matcha"
);