1
1
mirror of https://github.com/github/semantic.git synced 2024-12-28 17:32:05 +03:00

Remove QualifiedName roundtrip

This commit is contained in:
joshvera 2018-07-23 18:32:26 -04:00
parent 292c7028d9
commit f4f12d66a0

View File

@ -99,8 +99,6 @@ spec = parallel $ do
let bl = Blob (fromUTF8 "puts 'hi'") "example.rb" Ruby
shouldRoundtrip bl
describe "qualifed names" $ do
prop "roundtrips" (shouldRoundtrip @Python.QualifiedName)
describe "languages" $ do
-- If this test broke, it means you've probably added another 'Language'.
-- Add it to the list of languages below and everything should be good,