Remove the stale reference to test no longer around, and keep the performance test limited to just performance tests.

pull/1118/head
Thomas Van Lenten 9 years ago
parent 76195058e2
commit 0e42ed30cb
  1. 6
      objectivec/ProtocolBuffers_OSX.xcodeproj/xcshareddata/xcschemes/PerformanceTests.xcscheme
  2. 6
      objectivec/ProtocolBuffers_iOS.xcodeproj/xcshareddata/xcschemes/PerformanceTests.xcscheme

@ -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 @@
<Test <Test
Identifier = "GPBStringInt64DictionaryTests"> Identifier = "GPBStringInt64DictionaryTests">
</Test> </Test>
<Test
Identifier = "GPBStringTests">
</Test>
<Test <Test
Identifier = "GPBStringUInt32DictionaryTests"> Identifier = "GPBStringUInt32DictionaryTests">
</Test> </Test>

@ -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 @@
<Test <Test
Identifier = "GPBStringInt64DictionaryTests"> Identifier = "GPBStringInt64DictionaryTests">
</Test> </Test>
<Test
Identifier = "GPBStringTests">
</Test>
<Test <Test
Identifier = "GPBStringUInt32DictionaryTests"> Identifier = "GPBStringUInt32DictionaryTests">
</Test> </Test>

Loading…
Cancel
Save