diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/good/manifest.ttl | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/test/good/manifest.ttl b/test/good/manifest.ttl index 1a482f2d..00009c4f 100644 --- a/test/good/manifest.ttl +++ b/test/good/manifest.ttl @@ -7,10 +7,7 @@ rdf:type mf:Manifest ; rdfs:comment "Serd good syntax test cases" ; mf:entries ( - <#test-14> <#base> - <#rdf-schema> - <#rdfs-namespace> <#test-14> <#test-15> <#test-16> @@ -56,11 +53,6 @@ <#UTF-8> ) . -<#test-14> - rdf:type rdft:TestTurtleEval ; - mf:name "test-14" ; - mf:action <test-14.ttl> . - <#base> rdf:type rdft:TestTurtleEval ; mf:name "base" ; |