diff options
Diffstat (limited to 'cpp/test/ios/Classes/TestViewController.h')
-rw-r--r-- | cpp/test/ios/Classes/TestViewController.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/test/ios/Classes/TestViewController.h b/cpp/test/ios/Classes/TestViewController.h index a97bea11e1c..1f901ffdd8f 100644 --- a/cpp/test/ios/Classes/TestViewController.h +++ b/cpp/test/ios/Classes/TestViewController.h @@ -20,7 +20,7 @@ NSMutableString* currentMessage; NSMutableArray* messages; NSOperationQueue* queue; - TestCase* test; + TestSuite* testSuite; NSEnumerator* testRunEnumator; bool reloadScheduled; } |