Switch to compiler-tester
[mono.git] / mcs / tests / fixed-buffer-dll.cs
diff --git a/mcs/tests/fixed-buffer-dll.cs b/mcs/tests/fixed-buffer-dll.cs
deleted file mode 100644 (file)
index 61b92f1..0000000
+++ /dev/null
@@ -1,6 +0,0 @@
-// Compiler options: -t:library -unsafe
-
-public unsafe struct ExternalStruct
-{
-    public fixed double double_buffer [4];
-}