From 9d1867bfa7814b3eb0a017638d79fc694289ba61 Mon Sep 17 00:00:00 2001 From: David Monniaux Date: Thu, 23 Sep 2021 18:31:32 +0200 Subject: add union passing --- test/regression/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') diff --git a/test/regression/Makefile b/test/regression/Makefile index 9661a99e..c56532ff 100644 --- a/test/regression/Makefile +++ b/test/regression/Makefile @@ -18,7 +18,7 @@ TESTS?=int32 int64 floats floats-basics floats-lit \ funct3 expr5 struct7 struct8 struct11 struct12 casts1 casts2 char1 \ sizeof1 sizeof2 binops bool for1 for2 switch switch2 compound \ decl1 bitfields9 ptrs3 \ - parsing krfun ifconv + parsing krfun ifconv union_passing # Can run, but only in compiled mode, and have reference output in Results -- cgit