Skip to content

Commit 9f82ad6

Browse files
Donatien Garniermprse
authored andcommitted
An empty array in examples.json means no filter - urgh
1 parent 58a7513 commit 9f82ad6

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

tools/test/examples/examples.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@
134134
"targets" : [],
135135
"toolchains" : [],
136136
"exporters": [],
137-
"compile" : true,
137+
"compile" : false,
138138
"export": false,
139139
"auto-update" : true
140140
},
@@ -313,8 +313,8 @@
313313
"targets" : [],
314314
"toolchains" : [],
315315
"exporters": [],
316-
"compile" : true,
317-
"export": true,
316+
"compile" : false,
317+
"export": false,
318318
"auto-update" : true
319319
},
320320
{
@@ -326,8 +326,8 @@
326326
"targets" : [],
327327
"toolchains" : [],
328328
"exporters": [],
329-
"compile" : true,
330-
"export": true,
329+
"compile" : false,
330+
"export": false,
331331
"auto-update" : true
332332
},
333333
{

0 commit comments

Comments
 (0)