From 1da659d4eac35959dd12bb9630e0ad15bb3c4e3a Mon Sep 17 00:00:00 2001 From: Brad Roberts Date: Thu, 14 Jul 2011 22:55:26 -0700 Subject: [PATCH] update compilable/json.d's result files to add the new protection fields. --- test/compilable/extra-files/json.out | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/compilable/extra-files/json.out b/test/compilable/extra-files/json.out index 5135167f1d74..3753ab98156d 100644 --- a/test/compilable/extra-files/json.out +++ b/test/compilable/extra-files/json.out @@ -5,11 +5,13 @@ { "name" : "X", "kind" : "struct", +"protection" : "public", "line" : 5} , { "name" : "Y", "kind" : "enum", +"protection" : "public", "line" : 7} ] }