From 48bcc1845a010a74b7fc47a2e68c6d8518c30608 Mon Sep 17 00:00:00 2001 From: Simon Ochsenreither Date: Fri, 21 Jun 2013 21:36:20 +0200 Subject: SI-7292 Fixes test failures by updating *.check files Looks like partest's confusion about / vs. \ was fixed between the original Jenkins run of the fix for SI-7292 and its merge. --- test/files/run/literals.check | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/files/run/literals.check') diff --git a/test/files/run/literals.check b/test/files/run/literals.check index 6be5137994..5f948762b7 100644 --- a/test/files/run/literals.check +++ b/test/files/run/literals.check @@ -1,4 +1,4 @@ -warning: there were 13 deprecation warning(s); re-run with -deprecation for details +warning: there were 18 deprecation warning(s); re-run with -deprecation for details test '\u0024' == '$' was successful test '\u005f' == '_' was successful test 65.asInstanceOf[Char] == 'A' was successful -- cgit v1.2.3