summaryrefslogtreecommitdiff
path: root/spec/vtable.fspec
diff options
context:
space:
mode:
Diffstat (limited to 'spec/vtable.fspec')
-rw-r--r--spec/vtable.fspec2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/vtable.fspec b/spec/vtable.fspec
index a6be4eb..484a551 100644
--- a/spec/vtable.fspec
+++ b/spec/vtable.fspec
@@ -1,3 +1,3 @@
struct vtable {
- u8 exist[$] hex;
+ u8 exist[until (false)] hex;
};