diff options
author | Mattias Andrée <maandree@operamail.com> | 2014-12-09 14:38:18 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2014-12-09 14:38:18 +0100 |
commit | 99ec00b0eb3d7a1250398821680709c4f44fa530 (patch) | |
tree | 1deeb83975a17bcb59bd2090db0e75caa9ee8965 /test-files/mds-kbdc/compile-layout/invalid/nonsingleton_bounds | |
parent | mds-kbdc: compile-layout: watch out for incomplete function calls (diff) | |
download | mds-99ec00b0eb3d7a1250398821680709c4f44fa530.tar.gz mds-99ec00b0eb3d7a1250398821680709c4f44fa530.tar.bz2 mds-99ec00b0eb3d7a1250398821680709c4f44fa530.tar.xz |
mds-kbdc: bug fixes and test cases
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'test-files/mds-kbdc/compile-layout/invalid/nonsingleton_bounds')
-rw-r--r-- | test-files/mds-kbdc/compile-layout/invalid/nonsingleton_bounds | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/test-files/mds-kbdc/compile-layout/invalid/nonsingleton_bounds b/test-files/mds-kbdc/compile-layout/invalid/nonsingleton_bounds new file mode 100644 index 0000000..541c5d0 --- /dev/null +++ b/test-files/mds-kbdc/compile-layout/invalid/nonsingleton_bounds @@ -0,0 +1,6 @@ +for "" to "hello" as \1 +end for +assumption + have_range "" "hello" +end assumption + |