changeset 563:fcb9d00b5a00

- minor test case output change for consistency
author Tassilo Philipp
date Sun, 04 Sep 2022 00:20:24 +0200
parents 09bf0470ed50
children fe31a2e3ac90
files test/plain_c++/test_main.cc
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/test/plain_c++/test_main.cc	Sun Sep 04 00:09:54 2022 +0200
+++ b/test/plain_c++/test_main.cc	Sun Sep 04 00:20:24 2022 +0200
@@ -498,7 +498,7 @@
   r = testCallThisAggr() && r;
 #endif
 
-  printf("result: plain_cpp: %d\n", r);
+  printf("result: plain_c++: %d\n", r);
 
   dcTest_deInitPlatform();