Skip to content

Commit

Permalink
Fix build of test
Browse files Browse the repository at this point in the history
  • Loading branch information
radekdoulik committed Dec 8, 2020
1 parent edf61c6 commit d520da0
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -117,8 +117,9 @@ protected override void OnCreate(Bundle bundle)
Android.Util.Log.Info(TAG, LinkTestLib.Bug21578.MulticastOption_ShouldNotBeStripped());
Android.Util.Log.Info(TAG, LinkTestLib.Bug21578.MulticastOption_ShouldNotBeStripped2());
Android.Util.Log.Info(TAG, LinkTestLib.Bug35195.AttemptCreateTable());
#if !NET
Android.Util.Log.Info(TAG, LinkTestLib.Bug36250.SerializeSearchRequestWithDictionary());

#endif
Android.Util.Log.Info(TAG, "All regression tests completed.");
}
}
Expand Down

0 comments on commit d520da0

Please sign in to comment.