Skip to content

Commit

Permalink
Clear test failure exceptions
Browse files Browse the repository at this point in the history
  • Loading branch information
Leo-XM-Zeng committed Jan 3, 2025
1 parent 29f976d commit 0e82b8b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions test/regression/expected/temporary_tables.out
Original file line number Diff line number Diff line change
Expand Up @@ -481,4 +481,5 @@ ERROR: Domain is not supported in DuckDB
CREATE TEMP TABLE domaintest(testint4_array domainint4[]) USING duckdb;
ERROR: Domain is not supported in DuckDB
DROP DOMAIN domainint4;
DROP DOMAIN domain_int_array;
DROP TABLE webpages, t, t_heap, t_heap2, ta, tb, tc, td;
1 change: 1 addition & 0 deletions test/regression/sql/temporary_tables.sql
Original file line number Diff line number Diff line change
Expand Up @@ -257,4 +257,5 @@ CREATE TEMP TABLE domaintest(testint4_array domain_int_array) USING duckdb;
CREATE TEMP TABLE domaintest(testint4_array domainint4[]) USING duckdb;

DROP DOMAIN domainint4;
DROP DOMAIN domain_int_array;
DROP TABLE webpages, t, t_heap, t_heap2, ta, tb, tc, td;

0 comments on commit 0e82b8b

Please sign in to comment.