From cbbb66691b98db9e36de8eac4bf4c9b52b2e69be Mon Sep 17 00:00:00 2001 From: Johan Engelen Date: Mon, 5 Aug 2024 23:46:13 +0200 Subject: [PATCH] fixup --- tests/{codegen => compilable}/gh4719.d | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename tests/{codegen => compilable}/gh4719.d (90%) diff --git a/tests/codegen/gh4719.d b/tests/compilable/gh4719.d similarity index 90% rename from tests/codegen/gh4719.d rename to tests/compilable/gh4719.d index a93724ee5a..20c3863639 100644 --- a/tests/codegen/gh4719.d +++ b/tests/compilable/gh4719.d @@ -1,5 +1,5 @@ -// RUN: %ldc -c -of=%t.o %s -// RUN: %ldc -c -of=%t.o %s -O +// RUN: %ldc -c %s +// RUN: %ldc -c %s -O struct TraceBuf { align(1) uint args;