wingo pushed a commit to branch lightning
in repository guile.
commit d462a4f85f0f1653ea60e1c8b247f6757b6779af
Author: pcpa <[email protected]>
Date: Tue Feb 17 14:39:08 2015 -0200
Correct typo in x87.nodata test list
---
check/Makefile.am | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/check/Makefile.am b/check/Makefile.am
index 4844c41..04bd23b 100644
--- a/check/Makefile.am
+++ b/check/Makefile.am
@@ -170,7 +170,7 @@ x87_nodata_TESTS =
\
fop_abs.x87.nodata fop_sqrt.x87.nodata \
varargs.x87.nodata stack.x87.nodata \
clobber.x87.nodata carry.x87.nodata call.x87.nodata \
- float.x87.nodata jmpr.x87.nodata put.nodata
+ float.x87.nodata jmpr.x87.nodata put.x87.nodata
$(x87_nodata_TESTS): check.x87.nodata.sh
$(LN_S) $(srcdir)/check.x87.nodata.sh $@
TESTS += $(x87_nodata_TESTS)