From 73279d36fe08e867ca3d9adb85d53b4c67dd16d6 Mon Sep 17 00:00:00 2001 From: Alon Zakai Date: Thu, 31 Oct 2024 09:35:30 -0700 Subject: [NFC] Fix copy-paste error in TryTable printing (#7044) --- src/passes/Print.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/passes/Print.cpp b/src/passes/Print.cpp index 106beac39..854ea0b5b 100644 --- a/src/passes/Print.cpp +++ b/src/passes/Print.cpp @@ -2818,7 +2818,7 @@ void PrintSExpression::visitTryTable(TryTable* curr) { maybePrintImplicitBlock(curr->body); decIndent(); if (full) { - o << " ;; end if"; + o << " ;; end try_table"; } controlFlowDepth--; } -- cgit v1.2.3