summaryrefslogtreecommitdiff
path: root/rules/CC/test
diff options
context:
space:
mode:
authorOliver Reiche <oliver.reiche@huawei.com>2022-07-21 15:07:44 +0200
committerOliver Reiche <oliver.reiche@huawei.com>2022-07-25 11:34:45 +0200
commit97ca844c8fae0847566f90ebb4a984ed0e0fa28c (patch)
tree29d2d023204bd975256b561e3aa4850fa02aee1b /rules/CC/test
parent0cf8dea6f3fac64540cd5e92a8eab7992e9dcc04 (diff)
downloadjustbuild-97ca844c8fae0847566f90ebb4a984ed0e0fa28c.tar.gz
Rules: Enforce non-empty library and binary names
Diffstat (limited to 'rules/CC/test')
-rw-r--r--rules/CC/test/RULES2
1 files changed, 1 insertions, 1 deletions
diff --git a/rules/CC/test/RULES b/rules/CC/test/RULES
index 93d77065..f3175d4b 100644
--- a/rules/CC/test/RULES
+++ b/rules/CC/test/RULES
@@ -129,7 +129,7 @@
, ["objects", {"type": "CALL_EXPRESSION", "name": "objects"}]
, [ "base name"
, { "type": "assert_non_empty"
- , "msg": "A non-empy name has to be provided"
+ , "msg": "A non-empty name has to be provided"
, "$1": {"type": "join", "$1": {"type": "FIELD", "name": "name"}}
}
]