aboutsummaryrefslogtreecommitdiffstats
path: root/pkg/ast/testdata/all.txt
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/ast/testdata/all.txt')
-rw-r--r--pkg/ast/testdata/all.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkg/ast/testdata/all.txt b/pkg/ast/testdata/all.txt
index d4452b34f..ede11a88a 100644
--- a/pkg/ast/testdata/all.txt
+++ b/pkg/ast/testdata/all.txt
@@ -25,10 +25,10 @@ define FOO `bar ### C expression is not terminated
foo(x int32[1:2:3, opt]) ### unexpected ':', expecting ']'
s0 {
- f0 string[""] ### empty string literals are not supported
+ f0 string[""]
}
-sf0 = "", "1" ### empty string literals are not supported
+sf0 = "", "1"
include <linux/foo.h>
include "linux/foo.h"