Merge pull request #4998 from kumpera/fix_56684
[mono.git] / mcs / tests / dtest-error-04.cs
index b08555808a2011b40f1a1dbea436fab9e9154e93..cd610bf123ae74ffa87f4150ad8b7a2c4d5476ad 100644 (file)
@@ -16,7 +16,7 @@ public class Test
                        d.Value = (object)"value";
                        return 1;
                } catch (RuntimeBinderException e) {
-                       if (e.Message != "Cannot implicitly convert type `object' to `string'. An explicit conversion exists (are you missing a cast?)")
+                       if (e.Message != "Cannot implicitly convert type 'object' to 'string'. An explicit conversion exists (are you missing a cast?)")
                                return 2;
                }