diff options
Diffstat (limited to 'tests/Shared.hs')
-rw-r--r-- | tests/Shared.hs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/Shared.hs b/tests/Shared.hs index f64112da..1060cfc8 100644 --- a/tests/Shared.hs +++ b/tests/Shared.hs | |||
@@ -32,8 +32,8 @@ swapM = method "swap" ["x", "y"] ["b", "a"] | |||
32 | shiftR :: Method ((), Int, [Int]) ([Int], (), Int) | 32 | shiftR :: Method ((), Int, [Int]) ([Int], (), Int) |
33 | shiftR = method "shiftR" ["x", "y", "z"] ["a", "b", "c"] | 33 | shiftR = method "shiftR" ["x", "y", "z"] ["a", "b", "c"] |
34 | 34 | ||
35 | rawM :: Method BEncode BEncode | 35 | rawM :: Method BValue BValue |
36 | rawM = method "rawM" [""] [""] | 36 | rawM = method "rawM" [""] [""] |
37 | 37 | ||
38 | rawDictM :: Method BEncode BEncode | 38 | rawDictM :: Method BValue BValue |
39 | rawDictM = method "m" [] [] \ No newline at end of file | 39 | rawDictM = method "m" [] [] \ No newline at end of file |