Skip to content

Commit 4e99b36

Browse files
committed
Update PrimitivesTests.wurst
1 parent e60ec70 commit 4e99b36

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

wurst/_handles/primitives/PrimitivesTests.wurst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,9 @@ function testBoolean()
4545

4646
@Test
4747
function testArrayLength()
48-
let x = [1, 2, 3]
49-
print("length: " + x.length.toString())
50-
x.length.assertEquals(3)
48+
let _x = [1, 2, 3]
49+
print("length: " + _x.length.toString())
50+
_x.length.assertEquals(3)
5151

5252
@Test
5353
function testParity()

0 commit comments

Comments
 (0)