fixup rebase missing closing paren

Signed-off-by: Gregory Becker <becker33@llnl.gov>
This commit is contained in:
Gregory Becker 2025-05-14 19:47:54 -07:00
parent 2c2282dcb4
commit e0aa378f9e
No known key found for this signature in database
GPG Key ID: 2362541F6D14ED84

View File

@ -737,6 +737,7 @@ def _specfile_for(spec_str, filename):
Token(SpecTokens.KEY_VALUE_PAIR, "target=x86_64"), Token(SpecTokens.KEY_VALUE_PAIR, "target=x86_64"),
], ],
"mvapich %gcc languages:='c,c++' arch=None-None-x86_64", "mvapich %gcc languages:='c,c++' arch=None-None-x86_64",
),
# Test conditional dependencies # Test conditional dependencies
( (
"foo ^[when='%c' virtuals=c]gcc", "foo ^[when='%c' virtuals=c]gcc",