zig/test/stage2
Dmitry Matveyev 00982f75e9
stage2: Remove special double ampersand parsing case (#9114)
* Remove parser error on double ampersand

* Add failing test for double ampersand case

* Add error when encountering double ampersand in AstGen

"Bit and" operator should not make sense when one of its operands
is an address.

* Check that 2 ampersands are adjacent to each other in source string

* Remove cases of unused variables in tests
2021-06-20 21:04:14 +03:00
..
aarch64.zig stage2: fix test cases to add pub on exported _start fn 2021-05-12 23:17:24 -07:00
arm.zig Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgen 2021-05-17 19:30:38 -07:00
cbe.zig stage2: skip recursion test on some hosts 2021-05-17 19:14:13 -07:00
darwin.zig stage2 tests: fix missing 'pub' in one of the test cases 2021-05-18 12:53:23 -07:00
llvm.zig stage2: fix test cases to add pub on exported _start fn 2021-05-12 23:17:24 -07:00
riscv64.zig stage2: fix test cases to add pub on exported _start fn 2021-05-12 23:17:24 -07:00
test.zig stage2: Remove special double ampersand parsing case (#9114) 2021-06-20 21:04:14 +03:00
wasm.zig wasi: always grant fd_readdir right 2021-06-08 05:48:33 +02:00