Skip to content

Commit 7a9e245

Browse files
committed
Update test expectations
1 parent ef82b6a commit 7a9e245

2 files changed

Lines changed: 10 additions & 2 deletions

File tree

Tests/AppTests/__Snapshots__/AnalyzerTests/dumpPackage_format.linux.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"cLanguageStandard" : null,
33
"cxxLanguageStandard" : null,
4+
"defaultLocalization" : null,
45
"dependencies" : [
56
{
67
"sourceControl" : [
@@ -214,7 +215,10 @@
214215
}
215216
],
216217
"toolsVersion" : {
217-
"_version" : "5.9.0"
218+
"_version" : "5.9.0",
219+
"experimentalFeatures" : [
220+
221+
]
218222
},
219223
"traits" : [
220224

Tests/AppTests/__Snapshots__/AnalyzerTests/dumpPackage_format.macos.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"cLanguageStandard" : null,
33
"cxxLanguageStandard" : null,
4+
"defaultLocalization" : null,
45
"dependencies" : [
56
{
67
"sourceControl" : [
@@ -214,7 +215,10 @@
214215
}
215216
],
216217
"toolsVersion" : {
217-
"_version" : "5.9.0"
218+
"_version" : "5.9.0",
219+
"experimentalFeatures" : [
220+
221+
]
218222
},
219223
"traits" : [
220224

0 commit comments

Comments
 (0)