aboutsummaryrefslogtreecommitdiff
path: root/test/behavior/usingnamespace/import_segregation.zig
AgeCommit message (Collapse)Author
2025-07-07remove `usingnamespace` from the languageAndrew Kelley
closes #20663
2024-05-11riscv: add stage2_riscv to test matrix and bypass failing testsDavid Rubin
2023-09-19compiler_rt: fix arm hard-float f16 abiJacob Young
Closes #16848
2023-09-19disable behavior tests regressed by LLVM 17Andrew Kelley
See #16844 See #16845 See #16846 See #16848
2022-12-10stage2: sparc64: Skip unimplemented testsKoakuma
2021-09-01std: fix regressions from this branchAndrew Kelley
Also move some usingnamespace test cases from compare_output to behavior.