stage2 AArch64: complete genTypedValue

This commit is contained in:
joachimschmidt557
2022-05-26 16:03:49 +02:00
committed by Andrew Kelley
parent 4994ac18e4
commit ddd5b57045
30 changed files with 18 additions and 81 deletions

View File

@@ -33,8 +33,6 @@ test "optional pointer to size zero struct" {
}
test "equality compare optional pointers" {
if (builtin.zig_backend == .stage2_aarch64) return error.SkipZigTest; // TODO
try testNullPtrsEql();
comptime try testNullPtrsEql();
}