Skip to content

Commit

Permalink
Use only public API in TestVim.hs.
Browse files Browse the repository at this point in the history
  • Loading branch information
ethercrow committed Sep 7, 2013
1 parent e8f1910 commit 423ea64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion yi/src/tests/TestVim.hs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ import qualified Test.Framework as TF

import Control.Monad (filterM, forM, void, unless)

import Data.Prototype (extractValue)
import Data.List (sort, isSuffixOf, intercalate)

import System.Directory
Expand All @@ -17,6 +16,7 @@ import System.FilePath

import Text.Printf

import Yi (extractValue)
import Yi.Buffer
import Yi.Config.Default (defaultVimConfig)
import Yi.Editor
Expand Down

0 comments on commit 423ea64

Please sign in to comment.