From 863c807f2c6d3924bd5044d7edf41bf1bcede63a Mon Sep 17 00:00:00 2001 From: Don Stewart Date: Sun, 24 Apr 2005 10:14:51 +0000 Subject: [PATCH] Remove test I can't build --- examples/load/rawload/Main.hs | 8 -------- examples/load/rawload/Makefile | 6 ------ examples/load/rawload/t.c | 1 - 3 files changed, 15 deletions(-) delete mode 100644 examples/load/rawload/Main.hs delete mode 100644 examples/load/rawload/Makefile delete mode 100644 examples/load/rawload/t.c diff --git a/examples/load/rawload/Main.hs b/examples/load/rawload/Main.hs deleted file mode 100644 index 28bdb8d..0000000 --- a/examples/load/rawload/Main.hs +++ /dev/null @@ -1,8 +0,0 @@ - -import Plugins - -main = do - m <- loadRawObject "t.o" - print (path m) - resolveObjs --- loadFunction m "sym" diff --git a/examples/load/rawload/Makefile b/examples/load/rawload/Makefile deleted file mode 100644 index fb830d4..0000000 --- a/examples/load/rawload/Makefile +++ /dev/null @@ -1,6 +0,0 @@ -TEST= load/rawload - -EXTRA_OBJS=c.o - -TOP=../../.. -include ../../eval.mk diff --git a/examples/load/rawload/t.c b/examples/load/rawload/t.c deleted file mode 100644 index d889433..0000000 --- a/examples/load/rawload/t.c +++ /dev/null @@ -1 +0,0 @@ -int sym(void) { return 1; }