From 7e68a366a1d1e53abb580b3559f666a7e5efb131 Mon Sep 17 00:00:00 2001 From: EinBurgbauer Date: Thu, 20 May 2021 18:31:44 +0200 Subject: [PATCH] actually call test --- IDEHelper/Tests/src/Functions.bf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/IDEHelper/Tests/src/Functions.bf b/IDEHelper/Tests/src/Functions.bf index a174bdd6..669c1a4a 100644 --- a/IDEHelper/Tests/src/Functions.bf +++ b/IDEHelper/Tests/src/Functions.bf @@ -198,6 +198,8 @@ namespace Tests UseFunc0(func2, sa, 100.0f); true }); + + StructCRepr.Test(); } } }