diff options
author | w0rp <devw0rp@gmail.com> | 2017-10-11 23:51:36 +0100 |
---|---|---|
committer | w0rp <devw0rp@gmail.com> | 2017-10-11 23:51:41 +0100 |
commit | 02c8793c533dccf4b2f13d998135c9b8d7a944fd (patch) | |
tree | 2b833de4d80ec14d716a44694eaafa6af38ef76a /test/test_lint_error_delay.vader | |
parent | be547a0111c67473f69dec93d59cb071322b05c5 (diff) | |
download | ale-02c8793c533dccf4b2f13d998135c9b8d7a944fd.zip |
#965 Check ale#ShouldDoNothing() less and such often, for better performance
Diffstat (limited to 'test/test_lint_error_delay.vader')
-rw-r--r-- | test/test_lint_error_delay.vader | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/test/test_lint_error_delay.vader b/test/test_lint_error_delay.vader index 4c7f0947..7f081794 100644 --- a/test/test_lint_error_delay.vader +++ b/test/test_lint_error_delay.vader @@ -17,10 +17,6 @@ Execute(ALE should stop linting for a while after exceptions are thrown): AssertThrows call ale#Lint() call ale#Lint() -Execute(ALE should stop queuing echo messages for a while after exceptions are thrown): - AssertThrows call ale#cursor#EchoCursorWarningWithDelay() - call ale#cursor#EchoCursorWarningWithDelay() - Execute(ALE should stop echoing messages for a while after exceptions are thrown): AssertThrows call ale#cursor#EchoCursorWarning() call ale#cursor#EchoCursorWarning() |