diff options
| author | Marijn Haverbeke <[email protected]> | 2011-05-12 21:45:29 +0200 |
|---|---|---|
| committer | Marijn Haverbeke <[email protected]> | 2011-05-12 21:45:29 +0200 |
| commit | 9419c5df77bed44137937154fa5e38e155c84176 (patch) | |
| tree | e1955c4c84d36ca3973fa777b8b24253fabfff38 /src/test/compile-fail/break-uninit2.rs | |
| parent | Downcase std modules again, move to :: for module dereferencing (diff) | |
| download | rust-9419c5df77bed44137937154fa5e38e155c84176.tar.xz rust-9419c5df77bed44137937154fa5e38e155c84176.zip | |
Fix mistaken replacements in error-pattern comments in tests
Diffstat (limited to 'src/test/compile-fail/break-uninit2.rs')
| -rw-r--r-- | src/test/compile-fail/break-uninit2.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/compile-fail/break-uninit2.rs b/src/test/compile-fail/break-uninit2.rs index 608ca03b..45d758f6 100644 --- a/src/test/compile-fail/break-uninit2.rs +++ b/src/test/compile-fail/break-uninit2.rs @@ -1,5 +1,5 @@ // xfail-boot -// error-pattern::Unsatisfied precondition +// error-pattern:Unsatisfied precondition fn foo() -> int { let int x; |