There is an extra parenthesis at the end. Here is the patch:
Index: test/connections/native_sqlite3/in_memory_connection.rb
===================================================================
--- test/connections/native_sqlite3/in_memory_connection.rb (revision 6138)
+++ test/connections/native_sqlite3/in_memory_connection.rb (working copy)
@@ -15,4 +15,4 @@
make_connection(ActiveRecord::Base, 'sqlite.sql')
make_connection(Course, 'sqlite2.sql')
- load("#{File.dirname(FILE)}/../../fixtures/db_definitions/schema.rb"))
+load("#{File.dirname(FILE)}/../../fixtures/db_definitions/schema.rb")