diff test/callback_suite/config.lua @ 516:1a813b706de4

callback_suite: fixed 'ordered' mode config (was missing first line)
author Tassilo Philipp
date Sun, 10 Apr 2022 22:03:16 +0200
parents f3d44195dbdf
children e56241bba0f5
line wrap: on
line diff
--- a/test/callback_suite/config.lua	Sun Apr 10 21:05:33 2022 +0200
+++ b/test/callback_suite/config.lua	Sun Apr 10 22:03:16 2022 +0200
@@ -1,4 +1,4 @@
--- auto-generated file from template config-random.lua (created by GNUmake)
+-- auto-generated file from template config-random.lua (created by make)
 -- section 'main' --------------------------------------------------------------
                   
 ncases    = 800         -- number of test cases (note: inf loop if higher than max arg permutation)
@@ -28,5 +28,4 @@
                         
 api       = ""          -- calling convention ("__stdcall" or "__fastcall")
                         -- for gcc use "__attribute__((__stdcall__))" or "__attribute__((__fastcall__))"
-                        -- for ms ?
 ccprefix  = ""          -- signature prefix ("_s" (stdcall), "_f" (gcc fastcall) or "_F" (microsoft fastcall))