Skip to content

Commit eff338c

Browse files
gh-136: Fix test passing/log-float.pre
1 parent be35c2f commit eff338c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tests/cases/passing/log-float.pre

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
ASSERT(EQ(LOG(0d3.5), 0d1))
2-
ASSERT(EQ(LOG(0d16.0), 0d4))
1+
ASSERT(EQ(LOG(0b11.1), 0b1.0))
2+
ASSERT(EQ(LOG(0b10000.0), 0b100.0))

0 commit comments

Comments
 (0)