Newer
Older
dub_jkp / test / issue502-root-import / source / app.d
@Guillaume Piolat Guillaume Piolat on 11 Dec 2015 123 bytes Add test for issue 502
  1. import gitcompatibledubpackage.subdir.file;
  2.  
  3. void main(string[] args)
  4. {
  5. }
  6.  
  7. unittest
  8. {
  9. assert(!hasTheWorldExploded());
  10. }