diff options
Diffstat (limited to 'test/functional/vhdl.rb')
-rw-r--r-- | test/functional/vhdl.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/functional/vhdl.rb b/test/functional/vhdl.rb index c7e3824..3b8262b 100644 --- a/test/functional/vhdl.rb +++ b/test/functional/vhdl.rb @@ -106,7 +106,7 @@ class VHDL < CodeRay::Scanners::Scanner end match ||= matched - if $DEBUG and not kind + if $CODERAY_DEBUG and not kind raise_inspect 'Error token %p in line %d' % [[match, kind], line], tokens end |