From eedc385b3762cc59809892db14816a62303bf6be Mon Sep 17 00:00:00 2001 From: yo-h <55373593+yo-h@users.noreply.github.com> Date: Thu, 26 Nov 2020 00:14:24 -0500 Subject: [PATCH] Java 15: adjust test `options` --- java/ql/test/library-tests/dataflow/records/options | 2 +- java/ql/test/library-tests/dataflow/taint-format/options | 2 +- java/ql/test/library-tests/printAst/options | 2 +- java/ql/test/library-tests/ssa/options | 2 +- java/ql/test/query-tests/StringFormat/options | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/java/ql/test/library-tests/dataflow/records/options b/java/ql/test/library-tests/dataflow/records/options index 266b0eadc5e..81817b37785 100644 --- a/java/ql/test/library-tests/dataflow/records/options +++ b/java/ql/test/library-tests/dataflow/records/options @@ -1 +1 @@ -//semmle-extractor-options: --javac-args --enable-preview -source 14 -target 14 +//semmle-extractor-options: --javac-args --enable-preview -source 15 -target 15 diff --git a/java/ql/test/library-tests/dataflow/taint-format/options b/java/ql/test/library-tests/dataflow/taint-format/options index 814f667417c..81817b37785 100644 --- a/java/ql/test/library-tests/dataflow/taint-format/options +++ b/java/ql/test/library-tests/dataflow/taint-format/options @@ -1 +1 @@ -//semmle-extractor-options: --javac-args --enable-preview -source 14 -target 14 \ No newline at end of file +//semmle-extractor-options: --javac-args --enable-preview -source 15 -target 15 diff --git a/java/ql/test/library-tests/printAst/options b/java/ql/test/library-tests/printAst/options index 266b0eadc5e..81817b37785 100644 --- a/java/ql/test/library-tests/printAst/options +++ b/java/ql/test/library-tests/printAst/options @@ -1 +1 @@ -//semmle-extractor-options: --javac-args --enable-preview -source 14 -target 14 +//semmle-extractor-options: --javac-args --enable-preview -source 15 -target 15 diff --git a/java/ql/test/library-tests/ssa/options b/java/ql/test/library-tests/ssa/options index 266b0eadc5e..81817b37785 100644 --- a/java/ql/test/library-tests/ssa/options +++ b/java/ql/test/library-tests/ssa/options @@ -1 +1 @@ -//semmle-extractor-options: --javac-args --enable-preview -source 14 -target 14 +//semmle-extractor-options: --javac-args --enable-preview -source 15 -target 15 diff --git a/java/ql/test/query-tests/StringFormat/options b/java/ql/test/query-tests/StringFormat/options index 266b0eadc5e..81817b37785 100644 --- a/java/ql/test/query-tests/StringFormat/options +++ b/java/ql/test/query-tests/StringFormat/options @@ -1 +1 @@ -//semmle-extractor-options: --javac-args --enable-preview -source 14 -target 14 +//semmle-extractor-options: --javac-args --enable-preview -source 15 -target 15