diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/test_spans.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/test_spans.rs b/tests/test_spans.rs index 9fecae8..791f1a6 100644 --- a/tests/test_spans.rs +++ b/tests/test_spans.rs @@ -1,3 +1,4 @@ +#![cfg(feature = "integration-tests")] // TODO: switch to NaiveParser API use std::ops::Range; use codespan_reporting::{ |