summaryrefslogtreecommitdiff
path: root/gr-run-waveform
diff options
context:
space:
mode:
Diffstat (limited to 'gr-run-waveform')
-rw-r--r--gr-run-waveform/guile/simple.scm6
1 files changed, 3 insertions, 3 deletions
diff --git a/gr-run-waveform/guile/simple.scm b/gr-run-waveform/guile/simple.scm
index eafef0e6c..d28bfc1cd 100644
--- a/gr-run-waveform/guile/simple.scm
+++ b/gr-run-waveform/guile/simple.scm
@@ -46,10 +46,10 @@ path-with-xyzzy
;; This should return the full name, or #f if it fails.
(define result9 (xyzzy-search-load-path filename))
(if (boolean? result9)
- (display "XFAILED: xyzzy-search-load-path from guile\n")
+ (display "FAILED: xyzzy-search-load-path from guile\n")
(if (string=? result9 expected)
- (display "XFAILED: xyzzy-search-load-path from guile\n")
- (display "XPASSED: xyzzy-search-load-path from guile\n")))
+ (display "FAILED: xyzzy-search-load-path from guile\n")
+ (display "PASSED: xyzzy-search-load-path from guile\n")))
(define result10 (xyzzy-search-load-path expected))
(if (boolean? result9)