Skip to content

Commit 1930f0e

Browse files
authored
Change import of XCTestCase to XCTest (#4171)
1 parent e4ac5b9 commit 1930f0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

GoogleUtilitiesComponents/Tests/GULCCComponentContainerTest.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
// See the License for the specific language governing permissions and
1313
// limitations under the License.
1414

15-
#import <XCTest/XCTestCase.h>
15+
#import <XCTest/XCTest.h>
1616

1717
#import <GoogleUtilitiesComponents/GULCCComponent.h>
1818
#import <GoogleUtilitiesComponents/GULCCComponentContainerInternal.h>

0 commit comments

Comments
 (0)