summaryrefslogtreecommitdiff
path: root/test/files/run/idempotency-this.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/run/idempotency-this.scala')
-rw-r--r--test/files/run/idempotency-this.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/run/idempotency-this.scala b/test/files/run/idempotency-this.scala
index 2db1efd2d1..26917ab743 100644
--- a/test/files/run/idempotency-this.scala
+++ b/test/files/run/idempotency-this.scala
@@ -12,7 +12,7 @@ object Test extends App {
val tthiss = tb.typecheck(thiss.tree)
println(tthiss)
println(showRaw(tthiss))
- val rtthiss = tb.resetAllAttrs(tthiss)
+ val rtthiss = tb.untypecheck(tthiss)
try {
println(tb.eval(rtthiss))
} catch {