Commit d134a80f authored by Thomas Van Lenten's avatar Thomas Van Lenten

Merge pull request #1118 from thomasvl/xcode_scheme_cleanup

Remove the stale reference to test no longer around, and keep the performance test limited to just performance tests.
parents 76195058 0e42ed30
...@@ -158,6 +158,9 @@ ...@@ -158,6 +158,9 @@
<Test <Test
Identifier = "GPBInt64UInt64DictionaryTests"> Identifier = "GPBInt64UInt64DictionaryTests">
</Test> </Test>
<Test
Identifier = "GPBObjectiveCPlusPlusTests">
</Test>
<Test <Test
Identifier = "GPBStringBoolDictionaryTests"> Identifier = "GPBStringBoolDictionaryTests">
</Test> </Test>
...@@ -179,9 +182,6 @@ ...@@ -179,9 +182,6 @@
<Test <Test
Identifier = "GPBStringInt64DictionaryTests"> Identifier = "GPBStringInt64DictionaryTests">
</Test> </Test>
<Test
Identifier = "GPBStringTests">
</Test>
<Test <Test
Identifier = "GPBStringUInt32DictionaryTests"> Identifier = "GPBStringUInt32DictionaryTests">
</Test> </Test>
......
...@@ -158,6 +158,9 @@ ...@@ -158,6 +158,9 @@
<Test <Test
Identifier = "GPBInt64UInt64DictionaryTests"> Identifier = "GPBInt64UInt64DictionaryTests">
</Test> </Test>
<Test
Identifier = "GPBObjectiveCPlusPlusTests">
</Test>
<Test <Test
Identifier = "GPBStringBoolDictionaryTests"> Identifier = "GPBStringBoolDictionaryTests">
</Test> </Test>
...@@ -179,9 +182,6 @@ ...@@ -179,9 +182,6 @@
<Test <Test
Identifier = "GPBStringInt64DictionaryTests"> Identifier = "GPBStringInt64DictionaryTests">
</Test> </Test>
<Test
Identifier = "GPBStringTests">
</Test>
<Test <Test
Identifier = "GPBStringUInt32DictionaryTests"> Identifier = "GPBStringUInt32DictionaryTests">
</Test> </Test>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment