From 9cc72e8ea9f59f9a9627d05528d54a559ebd412c Mon Sep 17 00:00:00 2001 From: Akshay Nair Date: Sun, 23 Mar 2025 18:27:52 +0530 Subject: Fix segfault with luaruntime destructor --- spec/KeySeqParserSpec.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'spec/KeySeqParserSpec.cpp') 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; -- cgit v1.3.1