Skip to content

Commit 12a2a12

Browse files
committed
fix failed ruby without ASAN.
1 parent c4d65ee commit 12a2a12

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/duckdb_test/config_test.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ def test_set_config
4646

4747
def test_set_config_with_exception
4848
skip 'test with ASAN' if ENV['ASAN_TEST'] == '1'
49+
config = DuckDB::Config.new
4950
assert_raises(DuckDB::Error) do
5051
config.set_config('access_mode', 'INVALID_VALUE')
5152
end

0 commit comments

Comments
 (0)