Commit c08a7a8d by zhengqiuyun86

初始化

parent 9e66bb6f
...@@ -25,7 +25,7 @@ func ThrowsGetWayErr(code State) { ...@@ -25,7 +25,7 @@ func ThrowsGetWayErr(code State) {
} }
func AssertThrowsGetWayErr(throwable bool, code State) { func AssertThrowsGetWayErr(throwable bool, code State) {
if &code != nil { if throwable {
panic(Error{code}) panic(Error{code})
} }
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment