concurrent percolator: fix a copy-then-paste error (#17)

This commit is contained in:
foreverbell
2018-04-02 14:20:36 +08:00
committed by GitHub
parent 213d71120b
commit eb4f38a332
2 changed files with 2 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
--------------------------------- MODULE Test1 ---------------------------------
EXTENDS Percolator, TLC
EXTENDS ConcurrentPercolator, TLC
\* We use one table with 3 keys and 3 concurrent clients for TLC model checking.
\* These 3 clients have the same primary key, so they are considered symmetric.

View File

@@ -1,6 +1,6 @@
--------------------------------- MODULE Test2 ---------------------------------
EXTENDS Percolator, TLC
EXTENDS ConcurrentPercolator, TLC
\* We use one table with 2 keys and 2 concurrent clients for TLC model checking.
\* These 2 clients have primary key 1 and 2 respectively.