Skip to content
Snippets Groups Projects

Remove the file 'example.cc'

Merged Oliver Sander requested to merge remove-example-cc into master
  1. Jan 02, 2018
    • Oliver Sander's avatar
      Remove the file 'example.cc' · 52e77a67
      Oliver Sander authored
      This file, while being called 'example', was actually a set of unit
      tests.  The stuff it tested was all covered by the standard unit
      tests.  Having these additional tests in a file with a misleading
      name, and at a location outside of the standard test locations,
      was confusing (for me, at least).  This patch simply removes
      the file.
      
      With the 'example.cc' file gone, the directory 'dune/istl/tutorial'
      is empty.  Therefore this patch removes that directory, too.
      52e77a67
Loading