* sim/ucsim/cmd.src/cmdmem.cc, sim/ucsim/cmd.src/mem.cc:
[fw/sdcc] / support / regression / tests / test-1817005.c
diff --git a/support/regression/tests/test-1817005.c b/support/regression/tests/test-1817005.c
deleted file mode 100644 (file)
index 7d80f48..0000000
+++ /dev/null
@@ -1,19 +0,0 @@
-/* bug-1817005.c
- */
-
-#include <testfwk.h>
-
-/* this is an assemble time test, so it doesn't have to be executed */
-
-int
-function_with_really_long_name(void)
-{
-  return 0;
-}
-
-/* dummy test function */
-
-void
-testDummy(void)
-{
-}