Skip to content

Commit

Permalink
clarify testing of private functions
Browse files Browse the repository at this point in the history
  • Loading branch information
ggrieco-tob committed May 22, 2022
1 parent 56f2bf1 commit c56cc16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Install Echidna 2.0.1:

## The contest

This repository contains everything necessary to test expected properties of the *Math 64.64 library*. Users should complete the `Test` creating functions to test different invariants from different mathematical operations (e.g. add, sub, etc) and adding assertions.
This repository contains everything necessary to test expected properties of the *Math 64.64 library*. Users should complete the `Test` creating functions to test different invariants from different mathematical operations (e.g. add, sub, etc) and adding assertions. The developer marked two functions as `private` instead of `internal` (`sqrtu` and `divuu`) which we are NOT going to directly test.

A few pointers to start:

Expand Down

0 comments on commit c56cc16

Please sign in to comment.