Skip to content

Commit 151336c

Browse files
authored
Merge branch 'master' into yiding/opt-trace
2 parents 14df345 + 0f7cc23 commit 151336c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test_driver/test_driver_mydecimal.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ const panicInfo = "This branch is not implemented. " +
2323
const (
2424
maxWordBufLen = 9 // A MyDecimal holds 9 words.
2525
digitsPerWord = 9 // A word holds 9 digits.
26-
digMask = 100_000_000
26+
digMask = 100000000
2727
)
2828

2929
var (

0 commit comments

Comments
 (0)