Add setting of The WRAP flag in the Wrap property's set method.
[mono.git] / mcs / tests / pu.cs
1 class Test {
2         static void Main () {
3                 Provider p = new Provider ();
4         }
5 }