summaryrefslogtreecommitdiff
path: root/spec/spell.fspec
diff options
context:
space:
mode:
authorJari Vetoniemi <mailroxas@gmail.com>2018-09-26 18:49:22 +0300
committerJari Vetoniemi <mailroxas@gmail.com>2018-09-26 18:49:22 +0300
commit904e0c52359e0051112b77b6da4232abc8b53ed4 (patch)
tree28016331547786ede7f80a8cfebadaa8b0b45334 /spec/spell.fspec
parentd067b8b70ad503f003a56193ec7d4bebfd3c0276 (diff)
fixup spec files
Diffstat (limited to 'spec/spell.fspec')
-rw-r--r--spec/spell.fspec2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/spell.fspec b/spec/spell.fspec
index 8c9c894..e1c012a 100644
--- a/spec/spell.fspec
+++ b/spec/spell.fspec
@@ -18,5 +18,5 @@ struct spell {
};
struct dat {
- struct spell spell[$];
+ struct spell spell[until (false)];
};