From: Alexandre Terrasa Date: Thu, 30 Nov 2017 16:32:19 +0000 (-0500) Subject: tests: fix tests for model json X-Git-Url: http://nitlanguage.org tests: fix tests for model json Signed-off-by: Alexandre Terrasa --- diff --git a/src/model/test_model_json.sav/test_classdefs_to_full_json.res b/src/model/test_model_json.sav/test_classdefs_to_full_json.res index bf731cd..6a4e795 100644 --- a/src/model/test_model_json.sav/test_classdefs_to_full_json.res +++ b/src/model/test_model_json.sav/test_classdefs_to_full_json.res @@ -1311,7 +1311,7 @@ } }, "visibility": "public", - "modifiers": ["public", "class"], + "modifiers": ["class"], "location": { "column_end": 3, "column_start": 1, diff --git a/src/model/test_model_json.sav/test_classes_to_full_json.res b/src/model/test_model_json.sav/test_classes_to_full_json.res index dc7f14b..79c488c 100644 --- a/src/model/test_model_json.sav/test_classes_to_full_json.res +++ b/src/model/test_model_json.sav/test_classes_to_full_json.res @@ -1347,7 +1347,7 @@ } }, "visibility": "public", - "modifiers": ["public", "class"], + "modifiers": ["class"], "location": { "column_end": 3, "column_start": 1,