Skip to content

Commit

Permalink
testSys: more updates to BufTest
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthew Giannini authored and Matthew Giannini committed Oct 31, 2023
1 parent 1a88dd9 commit 868fca8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/testSys/fan/BufTest.fan
Original file line number Diff line number Diff line change
Expand Up @@ -1045,8 +1045,7 @@ class BufTest : AbstractBufTest
verifyErr(e) { buf.readChars(3) }
verifyErr(e) { buf.readDecimal }
verifyErr(e) { buf.readF4 }
// TODO
if (!js) verifyErr(e) { buf.readF8 }
verifyErr(e) { buf.readF8 }
verifyErr(e) { buf.readLine }
verifyErr(e) { buf.readObj }
verifyErr(e) { buf.readProps }
Expand Down

0 comments on commit 868fca8

Please sign in to comment.