summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndy Wingo <wingo@pobox.com>2013-11-08 09:02:30 +0100
committerAndy Wingo <wingo@pobox.com>2013-11-08 09:03:41 +0100
commit3a858c327539522d39c6a46d3a573909b030680d (patch)
tree473faac033147e246ca507093fedc5c4034acbba
parent697c4f29d93bb3b9dc44a666cf2e1b585f070da9 (diff)
downloadguile-3a858c327539522d39c6a46d3a573909b030680d.tar.gz
Fix coverage.test: instrumented-source-files
* test-suite/tests/coverage.test ("instrumented-source-files"): Adapt to new expectation that all files loaded on the system will be present in the source information.
-rw-r--r--test-suite/tests/coverage.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/test-suite/tests/coverage.test b/test-suite/tests/coverage.test
index 88506ac39..7a7a6c51e 100644
--- a/test-suite/tests/coverage.test
+++ b/test-suite/tests/coverage.test
@@ -267,4 +267,4 @@
(let ((files (map basename (instrumented-source-files data))))
(and (member "boot-9.scm" files)
(member "chbouib.scm" files)
- (not (member "foo.scm" files))))))))
+ #t))))))