From e58b9c382ddf00c48027a9610589a59062ecce70 Mon Sep 17 00:00:00 2001 From: Mats Wichmann Date: Thu, 9 Mar 2023 12:50:43 -0700 Subject: ParseConfig test fix Signed-off-by: Mats Wichmann --- test/ParseConfig.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/ParseConfig.py b/test/ParseConfig.py index c53e257..109a3a7 100644 --- a/test/ParseConfig.py +++ b/test/ParseConfig.py @@ -122,7 +122,7 @@ stdout3 = """\ """ stdout4 = """\ -['_REENTRANT', 'TOOLS_ENABLED'] +['TOOLS_ENABLED', '_REENTRANT'] ['pulse'] ['-pthread'] ['-pthread'] -- cgit v0.12