guile-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Guile-commits] 02/02: Remove extraneous debugging output in test


From: Andy Wingo
Subject: [Guile-commits] 02/02: Remove extraneous debugging output in test
Date: Wed, 1 Mar 2017 06:34:34 -0500 (EST)

wingo pushed a commit to branch stable-2.0
in repository guile.

commit 232e199734433246edce9d9a797fdc36c0f8b291
Author: Andy Wingo <address@hidden>
Date:   Wed Mar 1 12:28:03 2017 +0100

    Remove extraneous debugging output in test
    
    * test-suite/standalone/test-scm-c-bind-keyword-arguments.c
      (missing_value_error_handler): Remove debugging write.
---
 test-suite/standalone/test-scm-c-bind-keyword-arguments.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/test-suite/standalone/test-scm-c-bind-keyword-arguments.c 
b/test-suite/standalone/test-scm-c-bind-keyword-arguments.c
index 90bcf2b..453c53c 100644
--- a/test-suite/standalone/test-scm-c-bind-keyword-arguments.c
+++ b/test-suite/standalone/test-scm-c-bind-keyword-arguments.c
@@ -118,7 +118,6 @@ missing_value_error_handler (void *data, SCM key, SCM args)
      SCM_UNDEFINED);
 
   assert (scm_is_eq (key, scm_from_utf8_symbol ("keyword-argument-error")));
-  scm_write (args, scm_current_output_port ());
   assert (scm_is_true (scm_equal_p (args, expected_args)));
 
   return SCM_BOOL_T;



reply via email to

[Prev in Thread] Current Thread [Next in Thread]