BOSL2/tests/test_errors.scad
2019-11-10 12:52:58 -08:00

11 lines
290 B
OpenSCAD

include <BOSL2/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: noexpandtab tabstop=4 shiftwidth=4 softtabstop=4 nowrap