Skip to content

Commit 1117586

Browse files
committed
rename test files to avoid collision with #2948
1 parent e38a6ff commit 1117586

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

gnovm/tests/files/const53.gno gnovm/tests/files/const59.gno

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ const (
55
B = ^1
66
C = int8(^1)
77
D = ^uint8(1)
8+
E = int8(3) +
89
)
910

1011
func main() {

gnovm/tests/files/const54.gno gnovm/tests/files/const60.gno

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ func main() {
99
}
1010

1111
// Error:
12-
// main/files/const54.gno:4:6: bigint underflows target kind
12+
// main/files/const60.gno:4:6: bigint underflows target kind

gnovm/tests/files/const55.gno gnovm/tests/files/const61.gno

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ func main() {
99
}
1010

1111
// Error:
12-
// main/files/const55.gno:4:6: bigint underflows target kind
12+
// main/files/const61.gno:4:6: bigint underflows target kind

0 commit comments

Comments
 (0)