diff options
| author | Lindsey Kuper <lindsey@rockstargirl.org> | 2012-08-07 09:45:32 -0700 |
|---|---|---|
| committer | Lindsey Kuper <lindsey@rockstargirl.org> | 2012-08-07 10:29:19 -0700 |
| commit | e656261ee7ff7cfd301c0d7c31cdc969e3bdbfeb (patch) | |
| tree | 2ff5c5eda8c14d7311528d2f5f4a3ab33e23c408 /src/test/compile-fail/private-method.rs | |
| parent | 2e0c1dbd4f281a8451c1e9f276ff088d9be15977 (diff) | |
Comments, minor refactoring, clean up wording of error messages
Diffstat (limited to 'src/test/compile-fail/private-method.rs')
| -rw-r--r-- | src/test/compile-fail/private-method.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/compile-fail/private-method.rs b/src/test/compile-fail/private-method.rs index 1a2fd1a6eb1..f59e583f9b9 100644 --- a/src/test/compile-fail/private-method.rs +++ b/src/test/compile-fail/private-method.rs @@ -1,4 +1,4 @@ -// error-pattern:Call to private method not allowed +// error-pattern:call to private method not allowed class cat { priv { let mut meows : uint; |
