From 265e34ee08447ba51687cf768d31ff8e1ab983f8 Mon Sep 17 00:00:00 2001 From: Justin Ethier Date: Sun, 26 Jun 2022 18:52:16 -0400 Subject: [PATCH] Add header comment --- tests/c-compiler-options.scm | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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")