Remove test

This commit is contained in:
Tomi De Lucca
2019-06-21 01:40:29 -03:00
parent 623764ebb0
commit 7425bbe54c

View File

@ -39,31 +39,6 @@ func jsonValue(_ jsonString: String) -> NSObject {
</test-code>
<test-code>
<description><![CDATA[
Good example #3
]]></description>
<expected-problems>0</expected-problems>
<code><![CDATA[
@OtherAttribute @available(*, unavailable)
func doSomething() {
fatalError("doSomething() has not been implemented")
}
]]></code>
<source-type>swift</source-type>
</test-code>
<test-code>
<description><![CDATA[
Good example #4
]]></description>
<expected-problems>0</expected-problems>
<code><![CDATA[
func doSomething() {
fatalErrorNotTheTriggeringOne("doSomething() has not been implemented")
}
]]></code>
<source-type>swift</source-type>
</test-code>
<test-code>
<description><![CDATA[
Bad example #1
]]></description>
<expected-problems>1</expected-problems>
@ -82,19 +57,6 @@ Bad example #2
]]></description>
<expected-problems>1</expected-problems>
<code><![CDATA[
func doSomething() {
fatalError("doSomething() has not been implemented")
}
]]></code>
<source-type>swift</source-type>
</test-code>
<test-code>
<description><![CDATA[
Bad example #3
]]></description>
<expected-problems>1</expected-problems>
<code><![CDATA[
@OtherAttribute
func doSomething() {
fatalError("doSomething() has not been implemented")
}