Moved bug250.c from test/misc as it is to be fixed.

This commit is contained in:
acqn
2020-08-26 08:23:05 +08:00
parent 17bbba7327
commit b15ab348ba
2 changed files with 0 additions and 19 deletions

View File

@@ -63,12 +63,6 @@ $(DIFF): ../isequal.c | $(WORKDIR)
define PRG_template
# should compile, but gives an error
$(WORKDIR)/bug250.$1.$2.prg: bug250.c | $(WORKDIR)
@echo "FIXME: " $$@ "currently does not compile."
$(if $(QUIET),echo misc/bug250.$1.$2.prg)
$(NOT) $(CL65) -t sim$2 -$1 -o $$@ $$< $(NULLERR)
# should compile, but gives an error
$(WORKDIR)/bug760.$1.$2.prg: bug760.c | $(WORKDIR)
@echo "FIXME: " $$@ "currently does not compile."