From 73e70e48560ca6a90ff6854d12fe0be46c825015 Mon Sep 17 00:00:00 2001 From: Yann Herklotz Date: Fri, 17 Feb 2017 17:38:57 +0000 Subject: Fixed case for empty param list in function --- c_parser/test/out/02.diff.txt | 8 -------- c_parser/test/out/02.stderr.txt | 1 - c_parser/test/out/02.stdout.xml | 7 +++++++ 3 files changed, 7 insertions(+), 9 deletions(-) (limited to 'c_parser/test') diff --git a/c_parser/test/out/02.diff.txt b/c_parser/test/out/02.diff.txt index 09321ae..e69de29 100644 --- a/c_parser/test/out/02.diff.txt +++ b/c_parser/test/out/02.diff.txt @@ -1,8 +0,0 @@ -1,7d0 -< -< -< -< -< -< -< diff --git a/c_parser/test/out/02.stderr.txt b/c_parser/test/out/02.stderr.txt index 6200509..e69de29 100644 --- a/c_parser/test/out/02.stderr.txt +++ b/c_parser/test/out/02.stderr.txt @@ -1 +0,0 @@ -Parse error : syntax error diff --git a/c_parser/test/out/02.stdout.xml b/c_parser/test/out/02.stdout.xml index e69de29..bc37d7a 100644 --- a/c_parser/test/out/02.stdout.xml +++ b/c_parser/test/out/02.stdout.xml @@ -0,0 +1,7 @@ + + + + + + + -- cgit