Browse Source

There are now 197 tests in GMP rather than 190

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11776 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Douglas R. Reno 5 năm trước cách đây
mục cha
commit
3f7f3df039
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      chapter06/gmp.xml

+ 1 - 1
chapter06/gmp.xml

@@ -108,7 +108,7 @@ make html</userinput></screen>
     instruction".  In this case, gmp should be reconfigured with the option
     --build=x86_64-unknown-linux-gnu and rebuilt.</para></caution>
 
-    <para>Ensure that all 190 tests in the test suite passed.
+    <para>Ensure that all 197 tests in the test suite passed.
     Check the results by issuing the following command:</para>
 
 <screen><userinput remap="test">awk '/# PASS:/{total+=$3} ; END{print total}' gmp-check-log</userinput></screen>