removed references to errors.scad

This commit is contained in:
Adrian Mariano
2020-08-02 01:18:33 -04:00
parent f1cd94e986
commit e2817ae64d
2 changed files with 1 additions and 12 deletions

View File

@@ -1,11 +0,0 @@
include <../std.scad>
// Can't test echo output as yet. Include these for coverage calculations.
module test_echo_error() {}
module test_echo_warning() {}
module test_deprecate() {}
module test_deprecate_argument() {}
// vim: expandtab tabstop=4 shiftwidth=4 softtabstop=4 nowrap