aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--makefile2
-rw-r--r--spec/outputs/5.1/try_catch.lua (renamed from spec/generated/5.1/try_catch.lua)0
2 files changed, 1 insertions, 1 deletions
diff --git a/makefile b/makefile
index e15494c..4a886df 100644
--- a/makefile
+++ b/makefile
@@ -302,7 +302,7 @@ gen: release
302 @./$(BIN_NAME) $(TEST_INPUT) -t $(GEN_OUTPUT) --tl_enabled 302 @./$(BIN_NAME) $(TEST_INPUT) -t $(GEN_OUTPUT) --tl_enabled
303 @./$(BIN_NAME) $(TEST_INPUT)/teal_lang.yue -o $(GEN_OUTPUT)/teal_lang.lua 303 @./$(BIN_NAME) $(TEST_INPUT)/teal_lang.yue -o $(GEN_OUTPUT)/teal_lang.lua
304 @./$(BIN_NAME) $(TEST_INPUT)/loops.yue -o $(GEN_OUTPUT)/5.1/loops.lua --target=5.1 304 @./$(BIN_NAME) $(TEST_INPUT)/loops.yue -o $(GEN_OUTPUT)/5.1/loops.lua --target=5.1
305 @./$(BIN_NAME) $(TEST_INPUT)/try_catch.yue -o $(TEST_OUTPUT)/5.1/try_catch.lua --target=5.1 305 @./$(BIN_NAME) $(TEST_INPUT)/try_catch.yue -o $(GEN_OUTPUT)/5.1/try_catch.lua --target=5.1
306 @./$(BIN_NAME) $(TEST_INPUT)/test/loops_spec.yue -o $(GEN_OUTPUT)/5.1/test/loops_spec.lua --target=5.1 306 @./$(BIN_NAME) $(TEST_INPUT)/test/loops_spec.yue -o $(GEN_OUTPUT)/5.1/test/loops_spec.lua --target=5.1
307 @echo -en "Compile time: " 307 @echo -en "Compile time: "
308 @$(END_TIME) 308 @$(END_TIME)
diff --git a/spec/generated/5.1/try_catch.lua b/spec/outputs/5.1/try_catch.lua
index 577df16..577df16 100644
--- a/spec/generated/5.1/try_catch.lua
+++ b/spec/outputs/5.1/try_catch.lua