Skip to content

Commit

Permalink
fixup! [Chore] Mention a caveat regarding StringProps tests
Browse files Browse the repository at this point in the history
  • Loading branch information
gromakovsky committed Mar 15, 2024
1 parent 3fab509 commit 76966f3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/Test/Universum/StringProps.hs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
-- Some tests in this module have a caveat: they depend on compiler
-- optimizations and will likely fail if compiled with -O0.
-- That's because they test are rewrite rules, and these rules
-- are usually not triggered without certain optimizations.
-- That's because they depend on rewrite rules (and tests these rules),
-- and these rules are usually not triggered without certain optimizations.

module Test.Universum.StringProps
( hprop_StringToTextAndBack
Expand Down

0 comments on commit 76966f3

Please sign in to comment.