Chromium Code Reviews| Index: tests/pymox/stubout_testee.py |
| =================================================================== |
| --- tests/pymox/stubout_testee.py (revision 0) |
| +++ tests/pymox/stubout_testee.py (revision 0) |
| @@ -0,0 +1,2 @@ |
| +def SampleFunction(): |
| + raise Exception('I should never be called!') |
| Property changes on: tests\pymox\stubout_testee.py |
| ___________________________________________________________________ |
| Added: svn:eol-style |
| + LF |