aboutsummaryrefslogtreecommitdiff
path: root/new-luxc/test
diff options
context:
space:
mode:
Diffstat (limited to 'new-luxc/test')
-rw-r--r--new-luxc/test/test/luxc/lang/analysis/procedure/common.lux2
-rw-r--r--new-luxc/test/test/luxc/lang/translation/common.lux11
2 files changed, 4 insertions, 9 deletions
diff --git a/new-luxc/test/test/luxc/lang/analysis/procedure/common.lux b/new-luxc/test/test/luxc/lang/analysis/procedure/common.lux
index f51938046..0cecc3bd0 100644
--- a/new-luxc/test/test/luxc/lang/analysis/procedure/common.lux
+++ b/new-luxc/test/test/luxc/lang/analysis/procedure/common.lux
@@ -304,8 +304,6 @@
["lux math tanh" "hyperbolic tangent"]
["lux math exp" "exponentiation"]
["lux math log" "logarithm"]
- ["lux math root2" "square root"]
- ["lux math root3" "cubic root"]
["lux math ceil" "ceiling"]
["lux math floor" "floor"]
["lux math round" "rounding"])
diff --git a/new-luxc/test/test/luxc/lang/translation/common.lux b/new-luxc/test/test/luxc/lang/translation/common.lux
index d3f1e9cf4..a120059ce 100644
--- a/new-luxc/test/test/luxc/lang/translation/common.lux
+++ b/new-luxc/test/test/luxc/lang/translation/common.lux
@@ -142,7 +142,7 @@
(case> (#e.Success valueT)
(<comp> (<reference> param subject) (:! <outputT> valueT))
- _
+ (#e.Error error)
false)))]
["lux nat +" n/+ Nat n/=]
@@ -207,7 +207,7 @@
(case> (#e.Success valueT)
(<comp> (<reference> param subject) (:! <outputT> valueT))
- _
+ (#e.Error error)
false)))]
["lux int +" i/+ Int i/=]
@@ -397,7 +397,7 @@
(case> (#e.Success valueT)
(<comp> (<reference> param subject) (:! <outputT> valueT))
- _
+ (#e.Error error)
false)))]
["lux deg +" d/+ Deg d/=]
@@ -648,8 +648,6 @@
["lux math tanh"]
["lux math exp"]
["lux math log"]
- ["lux math root2"]
- ["lux math root3"]
["lux math ceil"]
["lux math floor"]
["lux math round"]))
@@ -855,8 +853,7 @@
## Text
(context: "[JVM] Text procedures"
- (<| (seed +4439612689198907401)
- ## (times +100)
+ (<| (times +100)
(text-spec run-jvm)))
(context: "[JS] Text procedures"