Skip to content

Commit

Permalink
Add Variants to STANDARD_MODULES
Browse files Browse the repository at this point in the history
  • Loading branch information
Shon Feder committed Mar 13, 2024
1 parent dd1fef9 commit 646adb4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ object TestCmdExecutorService extends DefaultRunnableSpec {
val expectedPayload =
"""|----------------------------------- MODULE M -----------------------------------
|
|EXTENDS Integers, Sequences, FiniteSets, TLC, Apalache
|EXTENDS Integers, Sequences, FiniteSets, TLC, Apalache, Variants
|
|Foo == TRUE
|
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,6 @@ object TlaWriter {
/**
* The names of all standard modules that are supported by Apalache IR.
*/
val STANDARD_MODULES = List("Integers", "Sequences", "FiniteSets", "TLC", "Apalache")
val STANDARD_MODULES = List("Integers", "Sequences", "FiniteSets", "TLC", "Apalache", "Variants")

}

0 comments on commit 646adb4

Please sign in to comment.