summaryrefslogtreecommitdiff
path: root/utils/test_debuginfo.pl
diff options
context:
space:
mode:
authorDevang Patel <dpatel@apple.com>2010-09-13 21:23:17 +0000
committerDevang Patel <dpatel@apple.com>2010-09-13 21:23:17 +0000
commit12b0179c14badcd2c50d4b6b33138bf9905cc1f8 (patch)
tree6132dc3745f0a44b83ddb41b11ea74c1a3a501e3 /utils/test_debuginfo.pl
parente5db19ebd5033d898f73cca0cf7ab46182f897dc (diff)
downloadllvm-12b0179c14badcd2c50d4b6b33138bf9905cc1f8.tar.gz
llvm-12b0179c14badcd2c50d4b6b33138bf9905cc1f8.tar.bz2
llvm-12b0179c14badcd2c50d4b6b33138bf9905cc1f8.tar.xz
Fix typo in temp. script file name.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@113787 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'utils/test_debuginfo.pl')
-rwxr-xr-xutils/test_debuginfo.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/test_debuginfo.pl b/utils/test_debuginfo.pl
index 740405ffd9..fb61fb0261 100755
--- a/utils/test_debuginfo.pl
+++ b/utils/test_debuginfo.pl
@@ -20,7 +20,7 @@ my $executable_file = $ARGV[1];
my $input_filename = basename $testcase_file;
my $output_dir = dirname $executable_file;
-my $debugger_script_file = "$output_dir/$input_filename.gdb.scirpt";
+my $debugger_script_file = "$output_dir/$input_filename.debugger.script";
my $output_file = "$output_dir/$input_filename.gdb.output";
# Extract debugger commands from testcase. They are marked with DEBUGGER: