]> sourceware.org Git - frysk.git/commitdiff
* TestDebugInfoStackTrace.java (pushPopAssertions): Initialize line.
authorMark Wielaard <mjw@redhat.com>
Fri, 20 Mar 2009 20:14:23 +0000 (21:14 +0100)
committerMark Wielaard <mjw@redhat.com>
Fri, 20 Mar 2009 20:14:23 +0000 (21:14 +0100)
frysk-core/frysk/debuginfo/ChangeLog
frysk-core/frysk/debuginfo/TestDebugInfoStackTrace.java

index 37736fc2218ad019f7fe69426eacf7f1cb1f3bfb..cfcade3c7cbddfe40e0be2ba32c0b8c9e64e188b 100644 (file)
@@ -1,3 +1,8 @@
+2008-03-20  Mark Wielaard  <mark@klomp.org>
+
+       * TestDebugInfoStackTrace.java (pushPopAssertions): Make sure
+       line is initialized.
+
 2008-06-15  Andrew Cagney  <cagney@redhat.com>
 
        * gen-type-expect-tests.py (open_file): Use assert, not if/println
index 35e273704235d838a2132d5965f14b267eb17369..9f1d953c68b5f64a94fbe9baa7a077be2601a70e 100644 (file)
@@ -500,7 +500,7 @@ public class TestDebugInfoStackTrace
   public void pushPopAssertions ()
   {
     DebugInfoFrame sFrame = DebugInfoStackFactory.createDebugInfoStackTrace(myTask);
-    SourceLocation line = null
+    SourceLocation line = sFrame.getLine()
     
     if (this.testState == PUSH || this.testState == POP)
       {
This page took 0.027078 seconds and 5 git commands to generate.