8298067: Persistent test failures after 8296012

Reviewed-by: alanb
This commit is contained in:
Julian Waters 2022-12-04 17:32:20 +00:00
parent 87572d43be
commit a71d91b96f

View File

@ -25,6 +25,7 @@
* @test
* @bug 8296012
* @summary jshell crashes on mismatched record pattern
* @requires vm.continuations
* @build KullaTesting TestingInputStream
* @run testng Test8296012
*/
@ -44,4 +45,4 @@ public class Test8296012 extends KullaTesting {
public void setUp() {
super.setUp(bc -> bc.compilerOptions("--source", System.getProperty("java.specification.version"), "--enable-preview").remoteVMOptions("--enable-preview"));
}
}
}