We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06a50c6 commit 5d9751dCopy full SHA for 5d9751d
program-analysis/echidna/testing-modes.md
@@ -70,10 +70,10 @@ function checkInvariant(..) public { // Any number of arguments is supported
70
internalFunction(..);
71
72
// The following statement will always trigger a failure even if the execution ends with a revert
73
- emits AssertionFailure(..);
+ emits AssertionFailed(..);
74
75
// The following statement will *only* trigger a failure using `assert` if using solc 0.8.x or newer
76
- // To make sure it works in older versions, use the AssertionFailure(..) event
+ // To make sure it works in older versions, use the AssertionFailed(..) event
77
anotherContract.function(..);
78
79
} // side effects are preserved
0 commit comments