File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -122,7 +122,7 @@ type ScriptTestAssertion struct {
122122var ScriptTests = []ScriptTest {
123123 {
124124 // Regression test for https://github.com/dolthub/dolt/issues/9641
125- Name : "bit union regression test dolt#9641" ,
125+ Name : "bit union max1err dolt#9641" ,
126126 SetUpScript : []string {
127127 "CREATE TABLE report_card (id INT PRIMARY KEY, archived BIT(1))" ,
128128 "INSERT INTO report_card VALUES (1, 0)" ,
@@ -139,7 +139,8 @@ var ScriptTests = []ScriptTest{
139139 },
140140 {
141141 // Regression test for https://github.com/dolthub/dolt/issues/9641
142- Name : "bit union comprehensive regression test dolt#9641" ,
142+ Name : "bit union comprehensive regression test dolt#9641" ,
143+ Dialect : "mysql" ,
143144 SetUpScript : []string {
144145 `CREATE TABLE t1 (
145146 id int PRIMARY KEY,
You can’t perform that action at this time.
0 commit comments