aboutsummaryrefslogtreecommitdiff
path: root/src/codegen
diff options
context:
space:
mode:
Diffstat (limited to 'src/codegen')
-rw-r--r--src/codegen/aarch64.zig2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/codegen/aarch64.zig b/src/codegen/aarch64.zig
index e7860790f4..8abc616e2f 100644
--- a/src/codegen/aarch64.zig
+++ b/src/codegen/aarch64.zig
@@ -906,7 +906,7 @@ pub const Instruction = union(enum) {
}
};
-test "" {
+test {
testing.refAllDecls(@This());
}