diff options
| author | Akshay Nair <phenax5@gmail.com> | 2025-03-23 18:27:52 +0530 |
|---|---|---|
| committer | Akshay Nair <phenax5@gmail.com> | 2025-03-23 18:34:50 +0530 |
| commit | 9cc72e8ea9f59f9a9627d05528d54a559ebd412c (patch) | |
| tree | 7007e42dbbd003f6c57d90d35b175983a2e829b7 /spec/KeySeqParserSpec.cpp | |
| parent | 18b3e4939931c0d2bf779d2e52cb0c90e282ec97 (diff) | |
| download | null-browser-9cc72e8ea9f59f9a9627d05528d54a559ebd412c.tar.gz null-browser-9cc72e8ea9f59f9a9627d05528d54a559ebd412c.zip | |
Fix segfault with luaruntime destructor
Diffstat (limited to 'spec/KeySeqParserSpec.cpp')
| -rw-r--r-- | spec/KeySeqParserSpec.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/KeySeqParserSpec.cpp b/spec/KeySeqParserSpec.cpp index 306f5ab..7ce2a4a 100644 --- a/spec/KeySeqParserSpec.cpp +++ b/spec/KeySeqParserSpec.cpp @@ -8,7 +8,7 @@ class KeySeqParserSpec : public QObject { Q_OBJECT private slots: - void testThings() { + void test_parse() { context("when mix of upper/lower cases"); it("parses keys ignoring the casing") { KeySeqParser parser; |
