summaryrefslogtreecommitdiff
path: root/test/files/neg/t5578.check
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/neg/t5578.check')
-rw-r--r--test/files/neg/t5578.check5
1 files changed, 4 insertions, 1 deletions
diff --git a/test/files/neg/t5578.check b/test/files/neg/t5578.check
index d803adb223..56123d2e0f 100644
--- a/test/files/neg/t5578.check
+++ b/test/files/neg/t5578.check
@@ -1,4 +1,7 @@
-t5578.scala:33: error: No Manifest available for T.
+t5578.scala:33: error: type mismatch;
+ found : NumericOpsExp.this.Plus[T]
+ required: NumericOpsExp.this.Rep[T]
+ (which expands to) NumericOpsExp.this.Exp[T]
def plus[T: Numeric](x: Rep[T], y: Rep[T]): Rep[T] = Plus[T](x,y)
^
one error found