Sign in
webkit
/
WebKit
/
070f085f5e8356d46f8d4feb8b86126d4b0078d5
/
.
/
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"
);