diff --git a/ql/test/query-tests/InconsistentCode/MistypedExponentiation/main.go b/ql/test/query-tests/InconsistentCode/MistypedExponentiation/main.go index c9eca38b021..2449ccdac62 100644 --- a/ql/test/query-tests/InconsistentCode/MistypedExponentiation/main.go +++ b/ql/test/query-tests/InconsistentCode/MistypedExponentiation/main.go @@ -26,4 +26,6 @@ func main() { // than the xor operator and so the query doesn't see a constant on the left // hand side of ^. fmt.Println(nonconst()*10 ^ 9) + + fmt.Println(mask) }