diff test/call_suite_aggrs/cases.c @ 510:f0080b53635d

test/call_suite_aggrs: - less confusing and simpler generated code (with first arg in V_?[0] output) - avoid using same test reference value for retval and last arg
author Tassilo Philipp
date Sat, 09 Apr 2022 23:45:44 +0200
parents 29d09d10ecd9
children c9c546f8598b
line wrap: on
line diff
--- a/test/call_suite_aggrs/cases.c	Sat Apr 09 23:00:24 2022 +0200
+++ b/test/call_suite_aggrs/cases.c	Sat Apr 09 23:45:44 2022 +0200
@@ -55,7 +55,7 @@
 
 /* Plan9 pcc and MSVC (when using C) do not allow empty structs */
 #if defined(DC__C_MSVC) || defined(DC__OS_Plan9)
-#  include "nonemptystructs.h"
+#  include "nonemptyaggrs.h"
 #else
 #  include "cases.h"
 #endif