Upgraded to protoc.exe 2.0.3. Added new build target of clean-build
diff --git a/src/ProtocolBuffers.Test/ReflectionTester.cs b/src/ProtocolBuffers.Test/ReflectionTester.cs
index 74096ad..889b2f6 100644
--- a/src/ProtocolBuffers.Test/ReflectionTester.cs
+++ b/src/ProtocolBuffers.Test/ReflectionTester.cs
@@ -87,10 +87,10 @@
this.extensionRegistry = extensionRegistry;
this.file = baseDescriptor.File;
- // TODO(jonskeet): We've got 3 dependencies, not 1 - because of the C# options. Hmm.
+ // TODO(jonskeet): We've got 2 dependencies, not 1 - because of the C# options. Hmm.
// Assert.AreEqual(1, file.Dependencies.Count);
// TODO(jonskeet): Find dependency by name instead of number?
- this.importFile = file.Dependencies[2];
+ this.importFile = file.Dependencies[1];
MessageDescriptor testAllTypes;
if (extensionRegistry == null) {