summaryrefslogtreecommitdiff
path: root/spec/spell.fspec
diff options
context:
space:
mode:
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)];
};