diff options
author | Eduardo Julian | 2017-10-12 15:22:25 -0400 |
---|---|---|
committer | Eduardo Julian | 2017-10-12 15:22:25 -0400 |
commit | 1acc9f4cdd7b7cff29351594fa603c3b6fa4c666 (patch) | |
tree | 32db1b85c7972c564a0250cf46d11e0f98c49806 /new-luxc/test/test/luxc/analyser | |
parent | f3acc0d67e6cd4e7245c1e169a3c0469da4373a3 (diff) |
- Compilation and tests for arithmetic, bit-wise operations and order.
Diffstat (limited to 'new-luxc/test/test/luxc/analyser')
-rw-r--r-- | new-luxc/test/test/luxc/analyser/procedure/host.jvm.lux | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/new-luxc/test/test/luxc/analyser/procedure/host.jvm.lux b/new-luxc/test/test/luxc/analyser/procedure/host.jvm.lux index c45143d5b..49d51eb3c 100644 --- a/new-luxc/test/test/luxc/analyser/procedure/host.jvm.lux +++ b/new-luxc/test/test/luxc/analyser/procedure/host.jvm.lux @@ -148,7 +148,6 @@ [(format "jvm " <domain> " =") <boxed> <boxed> @host;Boolean] [(format "jvm " <domain> " <") <boxed> <boxed> @host;Boolean] - [(format "jvm " <domain> " >") <boxed> <boxed> @host;Boolean] )] ($_ seq <instructions> @@ -207,7 +206,6 @@ [(format "jvm " <domain> " =") <boxed> <boxed> @host;Boolean] [(format "jvm " <domain> " <") <boxed> <boxed> @host;Boolean] - [(format "jvm " <domain> " >") <boxed> <boxed> @host;Boolean] )] ($_ seq <instructions> @@ -229,7 +227,6 @@ [(format "jvm " <domain> " =") <boxed> <boxed> @host;Boolean] [(format "jvm " <domain> " <") <boxed> <boxed> @host;Boolean] - [(format "jvm " <domain> " >") <boxed> <boxed> @host;Boolean] )] ($_ seq <instructions> |