Rename the mobile_static profile to aot_only
[mono.git] / mono / tests / test-runner.cs
index 24b8a82481f8c6208e045e5b3a43a66549d153c0..6195d5f4008d849a966952a81bd8984a0204f888 100644 (file)
@@ -18,7 +18,7 @@ using System.Xml;
 using System.Text;
 using System.Text.RegularExpressions;
 
-#if !MOBILE_STATIC && !MOBILE
+#if !FULL_AOT_DESKTOP && !MOBILE
 using Mono.Unix.Native;
 #endif
 
@@ -369,7 +369,7 @@ public class TestRunner
                                                        timedout.Add (data);
                                                }
 
-#if !MOBILE_STATIC && !MOBILE
+#if !FULL_AOT_DESKTOP && !MOBILE
                                                // Force the process to print a thread dump
                                                try {
                                                        Syscall.kill (p.Id, Signum.SIGQUIT);