Skip to content

Commit 3da586b

Browse files
committed
Undo unneeded change
1 parent 8f5782f commit 3da586b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

TestAppRunner/Program.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ class Program
1313
private static int NumbOfFailedTests = 0;
1414
static void Main()
1515
{
16-
bool doil2cpu = true;
16+
bool doil2cpu = false;
1717
string il2cpu = @"C:\Users\Misha\AppData\Roaming\Cosmos User Kit\Build\IL2CPU\IL2CPU.dll";
1818
string exe = doil2cpu ? il2cpu : "TestApp.dll";//il2cpu;
1919
var m = new DotNetFile(exe);

0 commit comments

Comments
 (0)