Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 5b171a4

Browse files
committedNov 12, 2024·
feat: change file number for merge
1 parent 20e0161 commit 5b171a4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎gnovm/tests/files/assign30.gno ‎gnovm/tests/files/assign32.gno

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ func main() {
77
}
88

99
// Error:
10-
// main/files/assign30.gno:5:2: cannot use nil as int value in assignment
10+
// main/files/assign32.gno:5:2: cannot use nil as int value in assignment

‎gnovm/tests/files/var31.gno ‎gnovm/tests/files/var33.gno

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ func main() {
55
}
66

77
// Error:
8-
// main/files/var31.gno:4:6: cannot use nil as int value in variable declaration
8+
// main/files/var33.gno:4:6: cannot use nil as int value in variable declaration

0 commit comments

Comments
 (0)
Please sign in to comment.