Removed obsolete tests, and moved some tests into examples.
[ocaml-bitstring.git] / tests / 10_constr2.ml
diff --git a/tests/10_constr2.ml b/tests/10_constr2.ml
deleted file mode 100644 (file)
index 92b1470..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
-(* Test a simple constructor.
- * $Id: 10_constr2.ml,v 1.2 2008-04-25 11:08:43 rjones Exp $
- *)
-
-let version = 1 ;;
-let data = 10 ;;
-let bits =
-  BITSTRING
-    { version : 4;
-      data : 12 } ;;
-
-Bitmatch.hexdump_bitstring stdout bits ;;