diff options
Diffstat (limited to 'cli/tests')
-rw-r--r-- | cli/tests/bundle/fixture02.out | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cli/tests/bundle/fixture02.out b/cli/tests/bundle/fixture02.out index b3544182b..5c502e2f0 100644 --- a/cli/tests/bundle/fixture02.out +++ b/cli/tests/bundle/fixture02.out @@ -3,8 +3,8 @@ class C { } const mod = function() { return { - c: c, - default: C + default: C, + c: c }; }(); const b = "b"; |