From ad7644519efbc1c3ffaf1fd376a63298e158dd15 Mon Sep 17 00:00:00 2001 From: Dennis Korpel Date: Fri, 17 Feb 2023 16:47:59 +0100 Subject: [PATCH] Move incorrectly places runnable tests --- {test => compiler/test}/runnable/test21821.d | 0 {test => compiler/test}/runnable/testcheck.c | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename {test => compiler/test}/runnable/test21821.d (100%) rename {test => compiler/test}/runnable/testcheck.c (100%) diff --git a/test/runnable/test21821.d b/compiler/test/runnable/test21821.d similarity index 100% rename from test/runnable/test21821.d rename to compiler/test/runnable/test21821.d diff --git a/test/runnable/testcheck.c b/compiler/test/runnable/testcheck.c similarity index 100% rename from test/runnable/testcheck.c rename to compiler/test/runnable/testcheck.c