From 995f654c43092ceb258f7c0799a4101ed6e570af Mon Sep 17 00:00:00 2001 From: Xavier Leroy Date: Fri, 30 Sep 2022 17:14:00 +0200 Subject: Add test for nested conditional, &&, || expressions --- test/regression/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/regression/Makefile') diff --git a/test/regression/Makefile b/test/regression/Makefile index 536b7264..da31c7d7 100644 --- a/test/regression/Makefile +++ b/test/regression/Makefile @@ -15,7 +15,7 @@ TESTS=int32 int64 floats floats-basics floats-lit \ volatile1 volatile2 volatile3 volatile4 \ funct3 expr5 struct7 struct8 struct11 struct12 casts1 casts2 char1 \ sizeof1 sizeof2 binops bool for1 for2 switch switch2 compound \ - decl1 bitfields9 ptrs3 \ + decl1 bitfields9 ptrs3 telescopes \ parsing krfun ifconv generic # stringlit charlit # temporarily removed -- cgit