]> andersk Git - splint.git/blobdiff - test/arrayinit.expect
Fixed processing of multi-dimensional arrays.
[splint.git] / test / arrayinit.expect
index cdc2b08aea13b945389e8869e356849c7059f354..7d4bb3cc00bc82f00592028fb94052ed4dd9721a 100644 (file)
@@ -4,7 +4,7 @@ arrayinit.c:1:12: Initializer block for x has 4 elements, but declared as int
 arrayinit.c:2:12: Initializer block for a has 2 elements, but declared as int
                      [3]: 1, 2
 arrayinit.c:3:16: Initializer block for aa has 2 elements, but declared as int
-                     [3] [3]: { 1, 2, 3 }, { 4, 5 }
+                     [3][3]: { 1, 2, 3 }, { 4, 5 }
 arrayinit.c:4:18: Initializer block for aa[1] has 2 elements, but declared as
                      int [3]: 4, 5
 arrayinit.c:10:15: String literal with 4 characters is assigned to char [3] (no
This page took 0.034052 seconds and 4 git commands to generate.