renamed
authorMarek Safar <marek.safar@gmail.com>
Thu, 12 May 2005 15:43:04 +0000 (15:43 -0000)
committerMarek Safar <marek.safar@gmail.com>
Thu, 12 May 2005 15:43:04 +0000 (15:43 -0000)
svn path=/trunk/mcs/; revision=44452

1  2 
mcs/errors/crash0208-9.cs
mcs/errors/cs0208-9.cs

diff --cc mcs/errors/crash0208-9.cs
index ce33dded0a757043002d65717d4a88a09532f1ab,ce33dded0a757043002d65717d4a88a09532f1ab..0000000000000000000000000000000000000000
deleted file mode 100644,100644
+++ /dev/null
@@@ -1,11 -1,11 +1,0 @@@
--// cs0208-9.cs: Cannot declare a pointer to a managed type ('Foo')
--// Line: 7
--// Compiler options: -t:library -unsafe
--
--public unsafe struct Foo
--{
--        public Foo *foo;
--      string x;
--}
--
--
index 0000000000000000000000000000000000000000,0000000000000000000000000000000000000000..ce33dded0a757043002d65717d4a88a09532f1ab
new file mode 100644 (file)
--- /dev/null
--- /dev/null
@@@ -1,0 -1,0 +1,11 @@@
++// cs0208-9.cs: Cannot declare a pointer to a managed type ('Foo')
++// Line: 7
++// Compiler options: -t:library -unsafe
++
++public unsafe struct Foo
++{
++        public Foo *foo;
++      string x;
++}
++
++