File tree Expand file tree Collapse file tree 1 file changed +13
-13
lines changed
Expand file tree Collapse file tree 1 file changed +13
-13
lines changed Original file line number Diff line number Diff line change @@ -1723,19 +1723,19 @@ def test_removes_entire_objective_c_file
17231723 # assert_nil updated_contents
17241724 # end
17251725
1726- def test_removes_type_from_objective_c_file
1727- language = 'objc'
1728- parser = AstParser . new ( language )
1729- file_contents = AstParserTest . load_fixture ( 'objc/EMGURLProtocol.m' )
1730- updated_contents = parser . delete_type (
1731- file_contents : file_contents ,
1732- type_name : 'EMGCacheEntry'
1733- )
1734- expected_contents = AstParserTest . load_fixture (
1735- 'objc/test_removes_type_from_objective_c_file/EMGURLProtocol.m'
1736- )
1737- assert_equal expected_contents , updated_contents
1738- end
1726+ # def test_removes_type_from_objective_c_file
1727+ # language = 'objc'
1728+ # parser = AstParser.new(language)
1729+ # file_contents = AstParserTest.load_fixture('objc/EMGURLProtocol.m')
1730+ # updated_contents = parser.delete_type(
1731+ # file_contents: file_contents,
1732+ # type_name: 'EMGCacheEntry'
1733+ # )
1734+ # expected_contents = AstParserTest.load_fixture(
1735+ # 'objc/test_removes_type_from_objective_c_file/EMGURLProtocol.m'
1736+ # )
1737+ # assert_equal expected_contents, updated_contents
1738+ # end
17391739 end
17401740 end
17411741 end
You can’t perform that action at this time.
0 commit comments