~mandel/ubuntuone-windows-installer/fix_null_pointer_start

« back to all changes in this revision

Viewing changes to tools/Nant/examples/NUnit2/ReferenceAssemblies/Helper.cs

  • Committer: Manuel de la Pena
  • Date: 2010-07-08 13:22:59 UTC
  • Revision ID: mandel@themacaque.com-20100708132259-y1jgyuyqfe9stt8u
Updated build script to run tests and added all the required tools so far.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
namespace Helpers {
 
2
    public class Log {
 
3
        public static void Debug(string msg) {
 
4
        }
 
5
    }
 
6
}