summaryrefslogtreecommitdiff
path: root/test/files/pos/t3349/Test.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/pos/t3349/Test.scala')
-rw-r--r--test/files/pos/t3349/Test.scala4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/files/pos/t3349/Test.scala b/test/files/pos/t3349/Test.scala
index 8174e4c4f8..595beadc20 100644
--- a/test/files/pos/t3349/Test.scala
+++ b/test/files/pos/t3349/Test.scala
@@ -1,5 +1,5 @@
object Test {
val label = "name"
- val table: Table = error("")
+ val table: Table = sys.error("")
table.addColumn( label, label.getClass )
-} \ No newline at end of file
+}