From 63a18ac35b70f01a7693f5b05f7176f22b38b3c1 Mon Sep 17 00:00:00 2001 From: Janek Bogucki Date: Wed, 15 Jul 2015 11:09:52 +0100 Subject: Improve some names (t-v) --- test/files/run/test-cpp.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/files/run/test-cpp.scala') diff --git a/test/files/run/test-cpp.scala b/test/files/run/test-cpp.scala index 4e00e72658..4fca67d51e 100644 --- a/test/files/run/test-cpp.scala +++ b/test/files/run/test-cpp.scala @@ -46,7 +46,7 @@ object TestSetterInline { * The access of the local variable 'y' should be replaced by the * constant. */ -object TestAliasChainConstat { +object TestAliasChainConstant { def main(args: Array[String]): Unit = { val x = 2 -- cgit v1.2.3