From 35e1efc7f2576bc579cb27a187d1a35aadbbe85b Mon Sep 17 00:00:00 2001 From: acqn Date: Sun, 26 Jul 2020 20:40:27 +0800 Subject: [PATCH] Moved misc/bug1048 as it is already correctly rejected by the compiler. --- test/{misc => err}/bug1048.c | 0 test/misc/Makefile | 6 ------ 2 files changed, 6 deletions(-) rename test/{misc => err}/bug1048.c (100%) diff --git a/test/misc/bug1048.c b/test/err/bug1048.c similarity index 100% rename from test/misc/bug1048.c rename to test/err/bug1048.c diff --git a/test/misc/Makefile b/test/misc/Makefile index 9045e4e4f..3c5045753 100644 --- a/test/misc/Makefile +++ b/test/misc/Makefile @@ -87,12 +87,6 @@ $(WORKDIR)/bug264.$1.$2.prg: bug264.c | $(WORKDIR) $(if $(QUIET),echo misc/bug264.$1.$2.prg) $(CL65) -t sim$2 -$1 -o $$@ $$< $(NULLERR) -# this should fail to compile, because there are errors in the code -$(WORKDIR)/bug1048.$1.$2.prg: bug1048.c | $(WORKDIR) - @echo "FIXME: " $$@ "compiles but should give an error." - $(if $(QUIET),echo misc/bug1048.$1.$2.prg) - $(CL65) -t sim$2 -$1 -o $$@ $$< $(NULLERR) - # this should fail to compile, because there are errors in the code $(WORKDIR)/bug1098.$1.$2.prg: bug1098.c | $(WORKDIR) @echo "FIXME: " $$@ "compiles but should give an error."