<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>Merlin/External.LCA_RESTRICTED/Languages/IronRuby/mspec/rubyspec/core/exception/fixtures/backtrace.rb</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <diff>@@ -69,4 +69,11 @@ describe &quot;Exception#backtrace&quot; do
 
     e.backtrace.join(&quot;\n&quot;).should =~ /backtrace_spec/
   end
+
+  it &quot;returns proper line numbers, not 16707566&quot; do
+    backtrace = ruby_exe(fixture(__FILE__, &quot;backtrace.rb&quot;), :args =&gt; &quot;2&gt;&amp;1&quot;).chomp
+    backtrace.include?(&quot;backtrace.rb:2:in `foo'&quot;).should be_true
+    backtrace.include?(&quot;backtrace.rb:5&quot;).should be_true
+    backtrace.include?(&quot;16707566&quot;).should be_false
+  end
 end</diff>
      <filename>Merlin/External.LCA_RESTRICTED/Languages/IronRuby/mspec/rubyspec/core/exception/backtrace_spec.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>fb7f4f36f57589a8ed71fff028d7b5224b5d676d</id>
    </parent>
  </parents>
  <author>
    <name>Jim Deville</name>
    <email>jdeville@microsoft.com</email>
  </author>
  <url>http://github.com/shri/ironruby/commit/cc2ef0de8f60c9f591f88c88171e48871420e484</url>
  <id>cc2ef0de8f60c9f591f88c88171e48871420e484</id>
  <committed-date>2009-10-01T16:08:57-07:00</committed-date>
  <authored-date>2009-10-01T16:08:57-07:00</authored-date>
  <message>Closes CP#1995

Regression specs for line number incorrectly being 0xFEEFEE</message>
  <tree>e8d8083ea44016c1b14d88fdf6bfabc20cabfab1</tree>
  <committer>
    <name>Jim Deville</name>
    <email>jdeville@microsoft.com</email>
  </committer>
</commit>
