fix: noconfirm auto-selects first AUR match
This commit is contained in:
+4
@@ -0,0 +1,4 @@
|
||||
project('compiler argument checking test', 'c')
|
||||
|
||||
cc = meson.get_compiler('c')
|
||||
add_project_arguments(cc.get_supported_arguments('-meson-goober-arg-for-testing', checked : 'require'), language : 'c')
|
||||
+7
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"stdout": [
|
||||
{
|
||||
"line": "test cases/failing/108 compiler argument checking/meson.build:4:25: ERROR: Compiler for C does not support \"-meson-goober-arg-for-testing\""
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user