blob: 96bb0398908b0e85cf581cbf1d0c7c1ea3f842d9 [file] [log] [blame]
// Copyright 2015 The Vanadium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
package rt_test
import (
appcyclelib "v.io/x/ref/runtime/internal/lib/appcycle"
)
const (
testUnhandledStopExitCode = 10
testForceStopExitCode = 20
)
func init() {
appcyclelib.UnhandledStopExitCode = testUnhandledStopExitCode
appcyclelib.ForceStopExitCode = testForceStopExitCode
}