codeowners update
[mono.git] / mcs / tests / gtest-optional-09.cs
index 7117ab291e7ce6b4fed42288979c4a60936c1279..9ed101f55221f9dd6473518cee7ab70a0fe27795 100644 (file)
@@ -104,10 +104,10 @@ public class Program
                if (Test_5 () != 0)
                        return 5;
 
-               if (Test_6 () != 0)
+               if (Test_6 () != 1)
                        return 6;
 
-               if (Test_7 (false) != 0)
+               if (Test_7 (false) != 1)
                        return 7;
 
                if (Test_8 (typeof (bool)) != 0)