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