Skip to content

Commit 540f8d6

Browse files
Donatien Garniermprse
authored andcommitted
An empty array in examples.json means no filter - urgh
1 parent 7ba3728 commit 540f8d6

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
@@ -132,7 +132,7 @@
132132
"targets" : [],
133133
"toolchains" : [],
134134
"exporters": [],
135-
"compile" : true,
135+
"compile" : false,
136136
"export": false,
137137
"auto-update" : true
138138
},
@@ -310,8 +310,8 @@
310310
"targets" : [],
311311
"toolchains" : [],
312312
"exporters": [],
313-
"compile" : true,
314-
"export": true,
313+
"compile" : false,
314+
"export": false,
315315
"auto-update" : true
316316
},
317317
{
@@ -323,8 +323,8 @@
323323
"targets" : [],
324324
"toolchains" : [],
325325
"exporters": [],
326-
"compile" : true,
327-
"export": true,
326+
"compile" : false,
327+
"export": false,
328328
"auto-update" : true
329329
},
330330
{

0 commit comments

Comments
 (0)