Skip to content

Commit

Permalink
[Chore] Mention a caveat regarding StringProps tests
Browse files Browse the repository at this point in the history
See the comment, should be clear.
  • Loading branch information
gromakovsky committed Mar 11, 2024
1 parent 63911c8 commit d6b2891
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions test/Test/Universum/StringProps.hs
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
-- 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.

module Test.Universum.StringProps
( hprop_StringToTextAndBack
, hprop_StringToTextAndBackSurrogate
Expand Down

0 comments on commit d6b2891

Please sign in to comment.