diff options
Diffstat (limited to 'tests/test-util.js')
-rw-r--r-- | tests/test-util.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/test-util.js b/tests/test-util.js index 126436e..314526d 100644 --- a/tests/test-util.js +++ b/tests/test-util.js @@ -234,3 +234,5 @@ var ensureGetBugNo = function(test) { .assertEqual(bugNo, "serialWacom", "getting a bug alias; there is no guarantee of getting number!"); }; + +//vim: set ts=2 et sw=2 textwidth=80: |