diff --git a/tests/c-compiler-options.scm b/tests/c-compiler-options.scm index 2ae1e5f8..942b4c33 100644 --- a/tests/c-compiler-options.scm +++ b/tests/c-compiler-options.scm @@ -1,11 +1,9 @@ +;; Simple test to prevent regressions of top-level c-compiler-options (import (scheme base) (scheme write) (cyclone foreign)) -;(c-linker-options "-I/tmp") (c-compiler-options "-I/tmp") -;(define c-compiler-options list) -;(c-linker-options "-I/tmp") (display "hello")