- Timestamp:
- 07/30/08 02:44:31 (5 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
cobra/trunk/Tests/820-errors/300-statements/300-raise-exception.cobra
r1177 r1561 1 # . error. throw an exception1 # .skip. 2 2 3 3 class Test 4 4 def main is shared 5 raise Exception('message') 5 raise Exception('message') # .error. throw an exception
