diff --git a/ql/test/query-tests/RedundantCode/RedundantExpr/tst.go b/ql/test/query-tests/RedundantCode/RedundantExpr/tst.go index 1b2f59c922c..e4106fb7bfa 100644 --- a/ql/test/query-tests/RedundantCode/RedundantExpr/tst.go +++ b/ql/test/query-tests/RedundantCode/RedundantExpr/tst.go @@ -24,5 +24,7 @@ func baz(b bool) int { } func main() { - foo(42) + if c == '\xA8' || c == '\xA9' { + foo(42) + } }