From de430d536ad8b18bf993c8a2d21b1cba5b80369c Mon Sep 17 00:00:00 2001 From: sosukesuzuki Date: Sun, 21 Feb 2021 10:27:29 +0900 Subject: [PATCH] Update --- tests/js/class-static-block/__snapshots__/jsfmt.spec.js.snap | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/js/class-static-block/__snapshots__/jsfmt.spec.js.snap b/tests/js/class-static-block/__snapshots__/jsfmt.spec.js.snap index a002d0f66e26..bbad601be7cf 100644 --- a/tests/js/class-static-block/__snapshots__/jsfmt.spec.js.snap +++ b/tests/js/class-static-block/__snapshots__/jsfmt.spec.js.snap @@ -38,7 +38,6 @@ C = class { static { function f(x = await) {} } }; C = class { static { function f({ [await]: x }) {} } }; - =====================================output===================================== var C;