Skip to content
This repository was archived by the owner on Jan 5, 2023. It is now read-only.

Commit 1bedd9d

Browse files
author
Max Schaefer
committed
Fix frontend errors in MistypedExponentiation test.
1 parent 127f232 commit 1bedd9d

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

  • ql/test/query-tests/InconsistentCode/MistypedExponentiation

ql/test/query-tests/InconsistentCode/MistypedExponentiation/main.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,6 @@ func main() {
2626
// than the xor operator and so the query doesn't see a constant on the left
2727
// hand side of ^.
2828
fmt.Println(nonconst()*10 ^ 9)
29+
30+
fmt.Println(mask)
2931
}

0 commit comments

Comments
 (0)