1
0
forked from Mirror/wren

Run examples as tests. Would have prevented #266

This commit is contained in:
Kyle Marek-Spartz
2015-05-20 10:10:40 -05:00
parent a114f34a2a
commit fc7612c843
2 changed files with 11 additions and 4 deletions

View File

@ -90,8 +90,8 @@ class ReservedWords is SyntaxExample {
}
// `foreign`, `static`
foreign static bar
foreign baz(string)
// foreign static bar
// foreign baz(string)
// (Remove lines above to make this file compile)
}