Skip to content

Commit

Permalink
Test Cpp port now.
Browse files Browse the repository at this point in the history
  • Loading branch information
kaby76 committed Dec 17, 2024
1 parent 8a2b8c1 commit 2585d1c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions sql/plsql/desc.xml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
<?xml version="1.0" encoding="UTF-8" ?>
<desc xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../_scripts/desc.xsd">
<antlr-version>^4.12.0</antlr-version>
<targets>Antlr4ng;CSharp;Java;JavaScript;Python3;TypeScript</targets>
<targets>Antlr4ng;Cpp;CSharp;Java;JavaScript;Python3;TypeScript</targets>
<test>
<name>full</name>
<targets>Antlr4ng;CSharp;Java</targets>
<targets>Antlr4ng;Cpp;CSharp;Java</targets>
<inputs>examples</inputs>
</test>
<test>
Expand All @@ -14,7 +14,7 @@
</test>
<test>
<name>examples-sql-script</name>
<targets>Antlr4ng;CSharp;Java</targets>
<targets>Antlr4ng;Cpp;CSharp;Java</targets>
<inputs>examples-sql-script</inputs>
</test>
</desc>

0 comments on commit 2585d1c

Please sign in to comment.