github.com/AR1011/wazero@v1.0.5/internal/engine/wazevo/wazevoapi/exitcode_test.go (about) 1 package wazevoapi 2 3 import ( 4 "testing" 5 6 "github.com/AR1011/wazero/internal/testing/require" 7 ) 8 9 func TestExitCode_withinByte(t *testing.T) { 10 require.True(t, exitCodeMax < ExitCodeMask) //nolint 11 }