summaryrefslogtreecommitdiff
path: root/spec/ftable.fspec
diff options
context:
space:
mode:
Diffstat (limited to 'spec/ftable.fspec')
-rw-r--r--spec/ftable.fspec2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/ftable.fspec b/spec/ftable.fspec
index c051a6a..10247a2 100644
--- a/spec/ftable.fspec
+++ b/spec/ftable.fspec
@@ -1,3 +1,3 @@
struct ftable {
- u16 id[$] hex;
+ u16 id[until (false)] hex;
};