1
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
package mtpsapi
|
||||
|
||||
import (
|
||||
"fmt"
|
||||
"testing"
|
||||
|
||||
"git.rosy.net.cn/baseapi/utils"
|
||||
@@ -82,3 +83,9 @@ func TestSimulateReportException(t *testing.T) {
|
||||
err := api.SimulateReportException(123456789, "1529387562097059")
|
||||
handleError(t, err)
|
||||
}
|
||||
|
||||
func TestName(t *testing.T) {
|
||||
cc := 1
|
||||
cc |= 1 | 2
|
||||
fmt.Println(cc)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user