Skip to content

Commit

Permalink
Use version 3.4 as previous class-dump version, for comparison.
Browse files Browse the repository at this point in the history
  • Loading branch information
nygard committed Nov 3, 2013
1 parent 490b1f7 commit 4b5513b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Tests/doTests.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@
TESTDIR_NEW_32 = TESTDIR + "/new32"
TESTDIR_NEW_64 = TESTDIR + "/new64"

#OLD_CD = os.path.expanduser("~/Unix/bin/class-dump-3.3.4")
OLD_CD = os.path.expanduser("~/Unix/bin/class-dump-e9c13d1")
OLD_CD = os.path.expanduser("~/Unix/bin/class-dump-3.4")
#OLD_CD = os.path.expanduser("~/Unix/bin/class-dump-e9c13d1")
#OLD_CD = "/bin/echo"
NEW_CD = os.path.expanduser("/Local/nygard/Debug/class-dump")

Expand Down

0 comments on commit 4b5513b

Please sign in to comment.