Skip to content

Commit

Permalink
Silence warning in test (#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
SkySkimmer authored Dec 4, 2023
2 parents 886c17f + a78c3f9 commit 9f6ed69
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/compiler_bug_14.v
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ Ltac2 test () := match mut with () => () end.

From Ltac2Compiler Require Import Ltac2Compiler.

Set Warnings "+tac2compile-skipped-mutable".
Fail Ltac2 Compile test.

Set Warnings "-tac2compile-skipped-mutable".
Ltac2 Compile test.
(*
Dynlink error: execution of module initializers in the shared library failed:
Expand Down

0 comments on commit 9f6ed69

Please sign in to comment.