소스 검색

remove superfluous panic

Dominik Honnef 12 년 전
부모
커밋
14d3880daf
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      runtime_test.go

+ 0 - 1
runtime_test.go

@@ -90,7 +90,6 @@ func newTestRuntime() (*Runtime, error) {
 		return nil, err
 	}
 	if err := CopyDirectory(unitTestStoreBase, root); err != nil {
-		panic(err)
 		return nil, err
 	}