diff options
| author | Kathy Gray | 2014-01-09 13:33:55 +0000 |
|---|---|---|
| committer | Kathy Gray | 2014-01-09 13:33:55 +0000 |
| commit | 84b6dbb4ae0e5761dfb73e888fb5f71068282ee1 (patch) | |
| tree | 71f0576397c1f19b6cff46e24b6b4cae4f44a77d /src/test/test1.sail | |
| parent | d26d3a8f0f1ae175c710b21f93510cf4f66801a2 (diff) | |
Fixed bug in resuming after an action (which was manifesting as an apparent pattern match bug, which was actually working fine).
Diffstat (limited to 'src/test/test1.sail')
| -rw-r--r-- | src/test/test1.sail | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/test/test1.sail b/src/test/test1.sail index e10608bb..7747783e 100644 --- a/src/test/test1.sail +++ b/src/test/test1.sail @@ -14,3 +14,4 @@ let bit v = bitzero let ( bit [ 32 ] ) v1 = 0b101 function bit main _ = v1[0] + |
