summary refs log tree commit diff
diff options
context:
space:
mode:
authorQuentin Carbonneaux <quentin.carbonneaux@yale.edu>2015-04-05 15:10:47 -0400
committerQuentin Carbonneaux <quentin.carbonneaux@yale.edu>2015-09-15 23:01:26 -0400
commita72705c34373c46577e0ab21b4249f4b3fcfcb83 (patch)
tree1bdce1d48a50d857d0d8f73b59088f001d6e2c02
parent34ffd36a0c43bab1e8ee675e1d9cd31133c5d116 (diff)
downloadroux-a72705c34373c46577e0ab21b4249f4b3fcfcb83.tar.gz
remove default tests in Elf
-rw-r--r--elf.ml2
1 files changed, 2 insertions, 0 deletions
diff --git a/elf.ml b/elf.ml
index abdbbdd..d83f4fd 100644
--- a/elf.ml
+++ b/elf.ml
@@ -189,6 +189,7 @@ let barebones_elf oc fn text =
     ]
 
 
+(*
 let _ =
   let oc = open_out "test.o" in
   let text = String.concat ""
@@ -196,3 +197,4 @@ let _ =
     ; "\xc3"                 (* retq *)
     ] in
   barebones_elf oc "main" text
+*)