aboutsummaryrefslogtreecommitdiff
path: root/Foundation/GTMSQLiteTest.m
diff options
context:
space:
mode:
Diffstat (limited to 'Foundation/GTMSQLiteTest.m')
-rw-r--r--Foundation/GTMSQLiteTest.m3
1 files changed, 0 insertions, 3 deletions
diff --git a/Foundation/GTMSQLiteTest.m b/Foundation/GTMSQLiteTest.m
index 2537dd6..adf687c 100644
--- a/Foundation/GTMSQLiteTest.m
+++ b/Foundation/GTMSQLiteTest.m
@@ -629,9 +629,6 @@ static void TestUpperLower16Impl(sqlite3_context *context,
XCTAssertEqual(err, [db lastErrorCode],
@"lastErrorCode API did not match what last API returned!");
- // Calling lastErrorCode resets API error, so the next string will not indicate any error
- XCTAssertEqualStrings(@"unknown error", [db lastErrorString],
- @"lastErrorString API did not match expected string!");
oneRow = [statement resultStringAtPosition:0];
XCTAssertEqualStrings(oneRow, @"a2", @"a did not come second!");