Browse Source

Fixed build.

git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@2730 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
shortcuts
Daniel Grunwald 18 years ago
parent
commit
43ccda8109
  1. 12
      src/AddIns/Misc/UnitTesting/Test/Utils/MockAttribute.cs

12
src/AddIns/Misc/UnitTesting/Test/Utils/MockAttribute.cs

@ -42,5 +42,17 @@ namespace UnitTesting.Tests.Utils @@ -42,5 +42,17 @@ namespace UnitTesting.Tests.Utils
throw new NotImplementedException();
}
}
public ICompilationUnit CompilationUnit {
get {
throw new NotImplementedException();
}
}
public DomRegion Region {
get {
throw new NotImplementedException();
}
}
}
}

Loading…
Cancel
Save