8210671: CheckExamples.java fail after Raw String Literals checkin
Reviewed-by: vromero, darcy
--- a/test/langtools/tools/javac/diags/examples.not-yet.txt Wed Sep 12 12:29:40 2018 -0700
+++ b/test/langtools/tools/javac/diags/examples.not-yet.txt Wed Sep 12 17:14:08 2018 -0300
@@ -42,6 +42,7 @@
compiler.err.type.var.more.than.once # UNUSED
compiler.err.type.var.more.than.once.in.result # UNUSED
compiler.err.unexpected.type
+compiler.err.unicode.backtick # Need to address
compiler.err.unsupported.cross.fp.lit # Scanner: host system dependent
compiler.misc.bad.class.signature # bad class file
compiler.misc.bad.const.pool.tag # bad class file
@@ -63,6 +64,7 @@
compiler.misc.fatal.err.cant.locate.meth # Resolve, from Lower
compiler.misc.fatal.err.cant.close # JavaCompiler
compiler.misc.feature.not.supported.in.source.plural # cannot happen (for now)
+compiler.misc.feature.raw.string.literals # Need to address
compiler.misc.file.does.not.contain.package
compiler.misc.illegal.start.of.class.file
compiler.misc.inferred.do.not.conform.to.lower.bounds # cannot happen?