diff options
author | w0rp <devw0rp@gmail.com> | 2018-07-04 23:54:14 +0100 |
---|---|---|
committer | w0rp <devw0rp@gmail.com> | 2018-07-04 23:54:14 +0100 |
commit | 13a8f9c06110c065086ce7e569bab68d0e222398 (patch) | |
tree | a20f312df929d82d81a96adc4061772602ae7b80 /test/test_ale_var.vader | |
parent | 9ddf1b6a050bea6706bd51f2fd5f252c735bc1cc (diff) | |
download | ale-13a8f9c06110c065086ce7e569bab68d0e222398.zip |
Optimise ale#Var a little
Diffstat (limited to 'test/test_ale_var.vader')
-rw-r--r-- | test/test_ale_var.vader | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/test/test_ale_var.vader b/test/test_ale_var.vader index fb674d93..5f42fe95 100644 --- a/test/test_ale_var.vader +++ b/test/test_ale_var.vader @@ -34,8 +34,3 @@ Execute(ale#Var should return the global variable for unknown variables): let g:ale_fix_buffer_data = {} AssertEqual 'abc', ale#Var(1347347, 'some_variable') - -Execute(ale#Var should return the global variables when the ALE fix variable is undefined): - unlet! g:ale_fix_buffer_data - - AssertEqual 'abc', ale#Var(1347347, 'some_variable') |