diff --git a/collects/tests/honu/function-use.honu b/collects/tests/honu/function-use.honu index 42e2afdbe1..2c4360778b 100644 --- a/collects/tests/honu/function-use.honu +++ b/collects/tests/honu/function-use.honu @@ -1,6 +1,6 @@ #lang honu -require "function.honu"; +// require "function.honu"; function foo (a b c){ display("5"); diff --git a/collects/tests/honu/struct-use.honu b/collects/tests/honu/struct-use.honu index 6147e1a10e..901b10641a 100644 --- a/collects/tests/honu/struct-use.honu +++ b/collects/tests/honu/struct-use.honu @@ -1,6 +1,6 @@ #lang honu -require "struct.honu"; +// require "struct.honu"; struct foo {a b c};