mirror of
https://github.com/BelfrySCAD/BOSL2.git
synced 2024-12-29 16:29:40 +00:00
Added tests for errors.scad
This commit is contained in:
parent
8cd795cc36
commit
d73ab76c9a
2 changed files with 12 additions and 1 deletions
11
tests/test_errors.scad
Normal file
11
tests/test_errors.scad
Normal file
|
@ -0,0 +1,11 @@
|
|||
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
|
|
@ -8,7 +8,7 @@
|
|||
//////////////////////////////////////////////////////////////////////
|
||||
|
||||
|
||||
BOSL_VERSION = [2,0,26];
|
||||
BOSL_VERSION = [2,0,27];
|
||||
|
||||
|
||||
// Section: BOSL Library Version Functions
|
||||
|
|
Loading…
Reference in a new issue