From c9f5b2ac8a71df6665293e889d4c7fc81193e5c6 Mon Sep 17 00:00:00 2001 From: CrossNox Date: Tue, 29 Nov 2022 07:45:10 -0300 Subject: [PATCH] fix test --- src/rustint/core.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/rustint/core.clj b/src/rustint/core.clj index daebbd5..5ed5e00 100644 --- a/src/rustint/core.clj +++ b/src/rustint/core.clj @@ -2180,7 +2180,7 @@ (> next_token_il 0) ;(not (palabra-reservada? next_token)) ;(not (= 'if next_token)) - (not (= 'while next_token)) + ; (not (= 'while next_token)) (not (= 'else next_token)) ) )