1
1
mirror of https://github.com/github/semantic.git synced 2025-01-06 06:46:07 +03:00

Merge branch 'split-property-tests' into split-refactoring

This commit is contained in:
Rob Rix 2015-12-22 19:12:10 -05:00
commit eecb291c02
2 changed files with 3 additions and 3 deletions

View File

@ -27,8 +27,8 @@ data TSNode = TsNode { _data :: Ptr (), offset :: TSLength }
deriving (Show, Eq)
instance Storable TSNode where
alignment _ = 24
sizeOf _ = 24
alignment _ = 32
sizeOf _ = 32
peek _ = error "Haskell code should never read TSNode values directly."
poke _ _ = error "Haskell code should never write TSNode values directly."

@ -1 +1 @@
Subproject commit 7127518a529e5feb242721df01ac4c65e443001c
Subproject commit ddaaf9d0ab39345da4f1c6bda12958d67a6b4147