Merge pull request #1936 from esdrubal/DotNetRelativeOrAbsolute
[mono.git] / mcs / class / Mono.Posix / Test / Mono.Unix.Android / TestHelper.cs
1 namespace Mono.Unix.Android
2 {
3         // Another version of this class is used by the Xamarin.Android test suite
4         // It is here to keep the test code #ifdef free as much as possible
5         public class TestHelper
6         {
7                 public static bool CanUseRealTimeSignals ()
8                 {
9                         return true;
10                 }
11         }
12 }