Skip to content

Commit 7785c48

Browse files
author
James Halliday
committed
fix negls test
1 parent ca77ba8 commit 7785c48

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/negls.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ test('negls', function (t) {
1818
.word32ls('c')
1919
.word64ls('d')
2020
.tap(function (vars) {
21-
clearTimeout(to);
2221
t.same(vars.a, -30);
2322
t.same(vars.b, -2341);
2423
t.same(vars.c, -789012);

0 commit comments

Comments
 (0)