Browse Source

remove superfluous panic

Dominik Honnef 12 năm trước cách đây
mục cha
commit
14d3880daf
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  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
 	}