chore: remove compiler.enableNew=true from a test and rename it (#9247)

This commit is contained in:
Cameron Zwarich 2025-07-07 22:49:57 -07:00 committed by GitHub
parent 97fd75c660
commit 6de68dd8ef
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,7 +1,5 @@
import Lean
set_option compiler.enableNew true
/--
trace: [Compiler.result] size: 1
def f x : Nat :=
@ -15,7 +13,7 @@ opaque f : Nat → Nat :=
/--
trace: [Compiler.result] size: 0
def g a._@.opaqueNewCodeGen._hyg.1 a._@.opaqueNewCodeGen._hyg.2 : Nat :=
def g a._@.opaqueCodeGen._hyg.1 a._@.opaqueCodeGen._hyg.2 : Nat :=
extern
-/
#guard_msgs in