We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c6e30c7 commit f050e87Copy full SHA for f050e87
theories/binary_format_tests.v
@@ -1,4 +1,5 @@
1
(** Tests for the binary parser. **)
2
+(* Commented out temporarily to test for OOM issues
3
Require Import Strings.Byte.
4
From parseque Require Import Parseque.
5
Require Import BinNat.
@@ -186,3 +187,4 @@ Definition module_tableops := {|
186
187
Lemma module_tableops_exported_round_trip :
188
run_parse_module (binary_of_module module_tableops) = Some module_tableops.
189
Proof. vm_compute. reflexivity. Qed.
190
+*)
0 commit comments