diff options
| author | Michael Sullivan <sully@msully.net> | 2011-08-03 19:47:54 -0700 |
|---|---|---|
| committer | Michael Sullivan <sully@msully.net> | 2011-08-03 19:47:54 -0700 |
| commit | 316bf01e26d3fbe46dfabcd346d388ec45926a01 (patch) | |
| tree | 3d922fb45f47545932adad5cd3514ab18f0815e7 /src/test/pretty/example2.pp | |
| parent | ebca1ae23833353534df4edbfe757dc9c399520a (diff) | |
| download | rust-316bf01e26d3fbe46dfabcd346d388ec45926a01.tar.gz rust-316bf01e26d3fbe46dfabcd346d388ec45926a01.zip | |
Fix the pretty print tests to handle terminal newlines. Sorry!
Diffstat (limited to 'src/test/pretty/example2.pp')
| -rw-r--r-- | src/test/pretty/example2.pp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/pretty/example2.pp b/src/test/pretty/example2.pp index 67ab4bf12a7..852b9f316ce 100644 --- a/src/test/pretty/example2.pp +++ b/src/test/pretty/example2.pp @@ -1,3 +1,3 @@ // pp-exact:example2.pp -fn main() { } \ No newline at end of file +fn main() { } |
