Skip to content

Commit

Permalink
driver: remove mention of GAS-ANALYZE mode
Browse files Browse the repository at this point in the history
  • Loading branch information
ehildenb committed Apr 14, 2019
1 parent f32d930 commit e7af270
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions driver.md
Expand Up @@ -72,9 +72,8 @@ To do so, we'll extend sort `JSON` with some EVM specific syntax, and provide a
```{.k .standalone}
syntax EthereumCommand ::= "start"
// ----------------------------------
rule <mode> NORMAL </mode> <k> start => #execute ... </k>
rule <mode> VMTESTS </mode> <k> start => #execute ... </k>
rule <mode> GASANALYZE </mode> <k> start => #gasAnalyze ... </k>
rule <mode> NORMAL </mode> <k> start => #execute ... </k>
rule <mode> VMTESTS </mode> <k> start => #execute ... </k>
syntax EthereumCommand ::= "flush"
// ----------------------------------
Expand Down

0 comments on commit e7af270

Please sign in to comment.