Skip to content

Commit

Permalink
temporarily disabled the binary format test file to test for OOM issu…
Browse files Browse the repository at this point in the history
…e on opam-coq's CI
  • Loading branch information
raoxiaojia committed Oct 17, 2024
1 parent c6e30c7 commit f050e87
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions theories/binary_format_tests.v
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
(** Tests for the binary parser. **)
(* Commented out temporarily to test for OOM issues
Require Import Strings.Byte.
From parseque Require Import Parseque.
Require Import BinNat.
Expand Down Expand Up @@ -186,3 +187,4 @@ Definition module_tableops := {|
Lemma module_tableops_exported_round_trip :
run_parse_module (binary_of_module module_tableops) = Some module_tableops.
Proof. vm_compute. reflexivity. Qed.
*)

0 comments on commit f050e87

Please sign in to comment.