Skip to content

Commit

Permalink
fixed compiler error
Browse files Browse the repository at this point in the history
  • Loading branch information
bgn42 committed Nov 6, 2024
1 parent b988524 commit 2fe415e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/eventlist/pkg/eval/expression_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -953,7 +953,7 @@ func TestExpression_castExpr(t *testing.T) {
var s5 = "(uint8_t)-0x12345"
var s6 = "(uint16_t)-0x12345"
var s7 = "(uint32_t)-0x123456789"
var s8 = "(uint64_t)-456.0789"
//var s8 = "(uint64_t)-456.0789"
var s9 = "(double)12345789"
var s10 = "(float)123456789"
var s11 = "($"
Expand Down

0 comments on commit 2fe415e

Please sign in to comment.