[#2442] English Check
Signed-off-by: Elizaveta Chichindaeva <elizaveta@nspcc.ru>
This commit is contained in:
parent
7f8b259994
commit
28908aa3cf
293 changed files with 2222 additions and 2224 deletions
|
@ -50,8 +50,8 @@ type syscallTestCase struct {
|
|||
isVoid bool
|
||||
}
|
||||
|
||||
// This test ensures that our wrappers have necessary number of parameters
|
||||
// and execute needed syscall. Because of lack of typing (compared to native contracts)
|
||||
// This test ensures that our wrappers have the necessary number of parameters
|
||||
// and execute the appropriate syscall. Because of lack of typing (compared to native contracts),
|
||||
// parameter types can't be checked.
|
||||
func TestSyscallExecution(t *testing.T) {
|
||||
b := `[]byte{1}`
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue