summaryrefslogtreecommitdiff
path: root/test/files/neg/macro-keyword-bind.check
diff options
context:
space:
mode:
authorEugene Burmako <xeno.by@gmail.com>2012-04-12 21:58:55 +0200
committerEugene Burmako <xeno.by@gmail.com>2012-04-12 21:58:55 +0200
commitcfc4757a580c537425857ff849f3dc106d924092 (patch)
tree5f33e5987bb5b3574016d52c59af58aa9d49abd2 /test/files/neg/macro-keyword-bind.check
parent27a978ab89a7e5036e55e072f7a5d09d8ea817e6 (diff)
downloadscala-cfc4757a580c537425857ff849f3dc106d924092.tar.gz
scala-cfc4757a580c537425857ff849f3dc106d924092.tar.bz2
scala-cfc4757a580c537425857ff849f3dc106d924092.zip
fixes petty macro tests
Diffstat (limited to 'test/files/neg/macro-keyword-bind.check')
-rw-r--r--test/files/neg/macro-keyword-bind.check7
1 files changed, 7 insertions, 0 deletions
diff --git a/test/files/neg/macro-keyword-bind.check b/test/files/neg/macro-keyword-bind.check
new file mode 100644
index 0000000000..1f74cfe5cd
--- /dev/null
+++ b/test/files/neg/macro-keyword-bind.check
@@ -0,0 +1,7 @@
+macro-keyword-bind.scala:2: error: illegal start of simple pattern
+ val Some(macro) = Some(42)
+ ^
+macro-keyword-bind.scala:6: error: ')' expected but '}' found.
+}
+^
+two errors found