Chromium Code Reviews| Index: third_party/sqlite/src/test/tkt3810.test |
| diff --git a/third_party/sqlite/src/test/tkt3810.test b/third_party/sqlite/src/test/tkt3810.test |
| index 27b40a9310d35dc8582af042a623519776ad49be..7e1b2ec5c9cddc3deabbcddc1c5964c51ccceeaa 100644 |
| --- a/third_party/sqlite/src/test/tkt3810.test |
| +++ b/third_party/sqlite/src/test/tkt3810.test |
| @@ -15,6 +15,10 @@ |
| set testdir [file dirname $argv0] |
| source $testdir/tester.tcl |
| +ifcapable {!trigger} { |
| + finish_test |
| + return |
| +} |
| # Create a table using the first database connection. |
| # |