Remove test I can't build

This commit is contained in:
Don Stewart 2005-04-24 10:14:51 +00:00
parent 5b0fa58f0e
commit 863c807f2c
3 changed files with 0 additions and 15 deletions

View File

@ -1,8 +0,0 @@
import Plugins
main = do
m <- loadRawObject "t.o"
print (path m)
resolveObjs
-- loadFunction m "sym"

View File

@ -1,6 +0,0 @@
TEST= load/rawload
EXTRA_OBJS=c.o
TOP=../../..
include ../../eval.mk

View File

@ -1 +0,0 @@
int sym(void) { return 1; }