Skip to content
This repository has been archived by the owner on May 18, 2024. It is now read-only.

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
xushiwei committed Jul 23, 2022
1 parent 7f6b799 commit 3d3e43d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cl/type_and_var_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ void test() {
}
`, `func test() {
var a int32 = int32(255)
if _cgos_b_ == int64(-1) {
if _cgos_b == int64(-1) {
a = int32(3)
}
}`)
Expand Down

0 comments on commit 3d3e43d

Please sign in to comment.