Don't use dbg! in test input (#27811)

It confuses me when I grep for dbg! 🤦

Release Notes:

- N/A
This commit is contained in:
Conrad Irwin 2025-03-31 18:59:52 -06:00 committed by GitHub
parent 8546dc101d
commit 37ebb47238
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 12 additions and 12 deletions

View file

@ -1,12 +1,12 @@
{"Put":{"state":"fn o(wow: i32) {\n dbgˇ!(wow)\n dbg!(wow)\n}\n"}}
{"Put":{"state":"fn o(wow: i32) {\n othˇ(wow)\n oth(wow)\n}\n"}}
{"Key":"d"}
{"Key":"]"}
{"Key":"}"}
{"Get":{"state":"fn o(wow: i32) {\n dbˇg\n}\n","mode":"Normal"}}
{"ReadRegister":{"name":"\"","value":"!(wow)\n dbg!(wow)"}}
{"Put":{"state":"fn o(wow: i32) {\n ˇdbg!(wow)\n dbg!(wow)\n}\n"}}
{"Get":{"state":"fn o(wow: i32) {\n otˇh\n}\n","mode":"Normal"}}
{"ReadRegister":{"name":"\"","value":"(wow)\n oth(wow)"}}
{"Put":{"state":"fn o(wow: i32) {\n ˇoth(wow)\n oth(wow)\n}\n"}}
{"Key":"d"}
{"Key":"]"}
{"Key":"}"}
{"Get":{"state":"fn o(wow: i32) {\nˇ}\n","mode":"Normal"}}
{"ReadRegister":{"name":"\"","value":" dbg!(wow)\n dbg!(wow)\n"}}
{"ReadRegister":{"name":"\"","value":" oth(wow)\n oth(wow)\n"}}