Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(8)

Unified Diff: third_party/sqlite/src/ext/rtree/rtree5.test

Issue 5626002: Update sqlite to 3.7.3. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/third_party/sqlite/src
Patch Set: Update version in doc. Created 10 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/sqlite/src/ext/rtree/rtree5.test
diff --git a/third_party/sqlite/src/ext/rtree/rtree5.test b/third_party/sqlite/src/ext/rtree/rtree5.test
old mode 100755
new mode 100644
index 4fa007f617536c2574a4c64b9cbea78490367eb5..ea2946f918f2817b8ac3082078f15b4feae4aec5
--- a/third_party/sqlite/src/ext/rtree/rtree5.test
+++ b/third_party/sqlite/src/ext/rtree/rtree5.test
@@ -12,11 +12,9 @@
# The focus of this file is testing the r-tree extension when it is
# configured to store values as 32 bit integers.
#
-# $Id: rtree5.test,v 1.1 2008/07/14 15:37:01 danielk1977 Exp $
-#
if {![info exists testdir]} {
- set testdir [file join [file dirname $argv0] .. .. test]
+ set testdir [file join [file dirname [info script]] .. .. test]
}
source $testdir/tester.tcl

Powered by Google App Engine
This is Rietveld 408576698