Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/WebAssembly/wabt
/ SetExpectedReturncode
Method
SetExpectedReturncode
test/run-tests.py:224–225 ·
view source on GitHub ↗
(self, returncode)
Source
from the content-addressed store, hash-verified
222
self.args += SplitArgs(args)
223
224
def
SetExpectedReturncode(self, returncode):
225
self.expected_returncode = returncode
226
227
def
AppendVerboseArgs(self, args_list):
228
for
level, level_args in enumerate(args_list):
Callers
1
ParseDirective
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected