Skip to content
This repository was archived by the owner on Jul 13, 2020. It is now read-only.

Commit 3dec460

Browse files
committed
rebinding fix
1 parent 6243eca commit 3dec460

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -337,7 +337,7 @@ function runTests() {
337337
test('Re-export binding', function(assert, err) {
338338
System['import']('syntax/reexport-binding').then(function(m) {
339339
System['import']('syntax/rebinding').then(function(m) {
340-
assert(m.p, 3);
340+
assert(m.p, 4);
341341
});
342342
}, err);
343343
});

0 commit comments

Comments
 (0)