diff options
Diffstat (limited to 'test/Tests/Lua.hs')
| -rw-r--r-- | test/Tests/Lua.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Tests/Lua.hs b/test/Tests/Lua.hs index 31c011900..35be57da7 100644 --- a/test/Tests/Lua.hs +++ b/test/Tests/Lua.hs @@ -230,7 +230,7 @@ roundtripEqual x = (x ==) <$> roundtripped Lua.push x size <- Lua.gettop when (size - oldSize /= 1) $ - error ("not exactly one additional element on the stack: " ++ show size) + error ("not exactly one additional element on the stack: " <> show size) Lua.peek (-1) runLuaTest :: Lua.Lua a -> IO a |
