github.com/system-transparency/u-root@v6.0.1-0.20190919065413-ed07a650de4c+incompatible/cmds/core/elvish/sys/testutil_test.go (about)

     1  package sys
     2  
     3  func mustNil(e error) {
     4  	if e != nil {
     5  		panic("error is not nil")
     6  	}
     7  }