malloc test is now working

This commit is contained in:
Henrik Rydgard 2012-11-12 23:34:28 +01:00
parent 1ba3b005cf
commit 543e759121
2 changed files with 2 additions and 2 deletions

@ -1 +1 @@
Subproject commit 8b1ec7ab7a8f269044f11c7c689e92cfba0461f8
Subproject commit 8ef1287717ddd3db44a149cb2afcfa1de6667447

View file

@ -23,6 +23,7 @@ tests_good = [
"cpu/lsu/lsu",
"cpu/fpu/fpu",
"malloc/malloc",
"display/display",
"dmac/dmactest",
"intr/intr",
@ -57,7 +58,6 @@ tests_next = [
"io/directory/directory",
"io/io/io",
"io/iodrv/iodrv",
"malloc/malloc",
"modules/loadexec/loader",
"threads/fpl/fpl",
"threads/msgpipe/msgpipe",