Skip to content

Commit

Permalink
Fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
LeventErkok committed Feb 15, 2024
1 parent fb65552 commit 194cf65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ bench:

testsuite: lintTest docTest test

-- To do a faster hlint without compiling, use FAST=1 as a parameter: make lintTest FAST=1
# To do a faster hlint without compiling, use FAST=1 as a parameter: make lintTest FAST=1
lintTest:
ifdef FAST
hlint Data SBVTestSuite -i "Use otherwise" -i "Parse error" --cpp-simple
Expand Down

0 comments on commit 194cf65

Please sign in to comment.