7 lines
287 B
INI
7 lines
287 B
INI
[name-property.html]
|
|
expected:
|
|
if (os == "linux") and debug and fission: CRASH
|
|
if (os == "linux") and not debug and not fission: CRASH
|
|
if (os == "mac") and not debug: [OK, CRASH]
|
|
if (os == "android") and debug: CRASH
|
|
if (os == "android") and not debug: [OK, CRASH]
|