fix syntax error in check_cpp_compiler C++ test file

Fri, 18 Apr 2025 20:19:53 +0200

author
Olaf Wintermann <olaf.wintermann@gmail.com>
date
Fri, 18 Apr 2025 20:19:53 +0200
changeset 137
19953f64e1be
parent 136
6d4d165fc8f5
child 138
479114bc3fac

fix syntax error in check_cpp_compiler C++ test file

test/make/toolchain.sh file | annotate | diff | comparison | revisions
--- a/test/make/toolchain.sh	Mon Feb 24 21:12:27 2025 +0100
+++ b/test/make/toolchain.sh	Fri Apr 18 20:19:53 2025 +0200
@@ -68,7 +68,7 @@
 #else
   std::cout << "toolchain:unknown" << std::endl;
 #endif
-  std:cout << "wsize:" << sizeof(void*)*8 << std::endl;
+  std::cout << "wsize:" << sizeof(void*)*8 << std::endl;
   return 0;
 }
 __EOF__

mercurial