summaryrefslogtreecommitdiff
path: root/Tests/ObjectLibrary/mainAB.c
diff options
context:
space:
mode:
Diffstat (limited to 'Tests/ObjectLibrary/mainAB.c')
-rw-r--r--Tests/ObjectLibrary/mainAB.c7
1 files changed, 2 insertions, 5 deletions
diff --git a/Tests/ObjectLibrary/mainAB.c b/Tests/ObjectLibrary/mainAB.c
index 38db20520e..a7aa393174 100644
--- a/Tests/ObjectLibrary/mainAB.c
+++ b/Tests/ObjectLibrary/mainAB.c
@@ -11,10 +11,7 @@ int main(void)
{
return 0
#ifndef NO_A
- + a1()
- + a2()
+ + a1() + a2()
#endif
- + b1()
- + b2()
- ;
+ + b1() + b2();
}