diff options
author | Yann Collet <cyan@fb.com> | 2019-08-06 12:46:31 (GMT) |
---|---|---|
committer | Yann Collet <cyan@fb.com> | 2019-08-06 13:35:49 (GMT) |
commit | e18fbd51c1529db7c78616a64a97ac23aa57c2fc (patch) | |
tree | b22d8a8a4e4afe3d965e12ed59d22be5dc7e3b50 /tests/.gitignore | |
parent | ce9176a68d13345d38e8362608850c64ebb6d896 (diff) | |
download | lz4-e18fbd51c1529db7c78616a64a97ac23aa57c2fc.zip lz4-e18fbd51c1529db7c78616a64a97ac23aa57c2fc.tar.gz lz4-e18fbd51c1529db7c78616a64a97ac23aa57c2fc.tar.bz2 |
silence msan warning when offset==0
Diffstat (limited to 'tests/.gitignore')
-rw-r--r-- | tests/.gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/.gitignore b/tests/.gitignore index c4f9092..0d13df8 100644 --- a/tests/.gitignore +++ b/tests/.gitignore @@ -15,6 +15,7 @@ checkFrame # test artefacts tmp* versionsTest +lz4_all.c # local tests afl |