summaryrefslogtreecommitdiff
path: root/spec/vtable.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/vtable.fspec
parentd067b8b70ad503f003a56193ec7d4bebfd3c0276 (diff)
fixup spec files
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;
};